This Chrome extension automatically schedules meetings on google calendar based on the information present in the email content. It also helps you to draft a short appropriate reply to the sender.
Interview.Scheduler.Demo.mp4
-
Download the extension and load the unpacked built extension into Chrome directly
- Download
interview-scheduler-vA.B.C.zip
from the latest release - Unzip the folder
- Navigate to
chrome://extensions/
in Chrome - Toggle on
Developer mode
(Top right hand corner) - Click on
Load unpacked
(Top left hand corner) - Select the
dist/chrome-mv3
subfolder within the unzipped folder
- Download
-
Set up an OAuth project in Google Cloud Platform
- Obtain the redirect URI from the extension options page
-
Fill in all the required information in the options page
-
Open the email you want to schedule a meeting for
-
Click Book Meeting in the extension popup
- Only schedule meetings for the opened conversation
- Refresh button to avoid the need to refresh the popup
- Fix corrupted CSS from script injection
- Get AMD privacy policy out and publish the extension (host the google cloud project)
- Everytime I unpack an extension locally to test, I need to update the redirect uri in google cloud console
- To release the distribution file, run the following commands
git tag vA.B.C
git push origin vA.B.C