initial upload to git
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "de.joelbaldauf.jwconfzoomhand",
|
||||
"description": "Display raised hand from JWConf on Zoom",
|
||||
"path": "run-host.bat",
|
||||
"type": "stdio",
|
||||
"allowed_origins": [
|
||||
"chrome-extension://hhcadpapjmemfpokloljohmahipbjhmb/"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\de.joelbaldauf.jwconfzoomhand" /ve /t REG_SZ /d "%~dp0nativehost.json" /f
|
||||
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
start "" ZoomRaiseHand.exe
|
||||
@@ -0,0 +1 @@
|
||||
REG DELETE "HKCU\Software\Google\Chrome\NativeMessagingHosts\de.joelbaldauf.jwconfzoomhand" /f
|
||||
Reference in New Issue
Block a user