Created
April 20, 2015 08:50
-
-
Save egorvinogradov/a5e8be751e4ee162b3db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo OFF | |
| set /P id="Copy and paste extension ID here (more details in README.txt): " | |
| @echo {"name":"estaff_ah","description":"E-Staff Demo AH","path":"C:\\Program Files\\EStaff_Demo\\SpXml.exe","type":"stdio","allowed_origins":["chrome-extension://%id%/"]} > "C:\Program Files\EStaff_Demo\manifest.json" | |
| REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\estaff_ah" /ve /t REG_SZ /d "C:\Program Files\EStaff_Demo\manifest.json" /f | |
| set /P finish="AmazingHiring EStaff integration was successfully installed. Press Enter to exit." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment