git clone [email protected]:meetings/chrome-extension.git
Then open chrome://extensions, click "Load unpacked extension..." and navigate to the chrome-extension
directory you just cloned.
To test that the extension works as expected:
- click the Meetin.gs icon that has appeared to the right of the search/URL input box - you should see a dropdown which will show different links depending on whether you're logged in or not
- navigate to a Highrise contact - you should see a "Schedule Meeting" button that you can click
Use the "Pack extension..." option on the same page as when installing above, together with the private key.
First, make sure that permissions
URL in manifest.json
to point to the production server.
Then, incremenet the version number in manifest.json
.
To submit an updated version of the extension to the store, zip up the contents of the chrome-extension
(there is a package.sh script for that) directory and upload it via the Chrome Developer Dashboard. Make sure you click the "Publish Changes" button at the bottom of the page to actually publish the updated version.