We are all fed up of keeping track of google meet/ zoom links for our meetings. This chrome extension makes your life easy!
You just have to enter the start and end (optional) time of your meeting in the Custom Tab and this extension would auto join and auto leave the meeting for you!🚀
Students from IIT Jodhpur can select their slots and courses from the Student Tab 🎓
React JS ⚛️ has been used in frontend and the backend workflow is established mainly using chrome.storage and chrome.alarms ⏰
- To add an alarm, add the link and set the start and end (optional) time in the
CustomTab - IIT Jodhpur students can also select from the Slot and Course list in the
StudentTab - The switch on the top is an on/off switch for the extension. If you turn it off, no alarms will get triggered.
-
The
Alarmtab shows a list of all the alarms -
The
Upcomingtab shows you the alarms set for Today, Tomorrow and Later- If you want to urgently join the meeting, just click on the course code given in the list. It will take you to the meeting!
- If you want to silent an alarm or don't want it to ring because of some reason, click on the
tick markon the left to turn it off/on.
- The most important thing for the auto join feature to work is the
User Accountand theAuto Joinswitch in the Settings tab. Similarly, the auto leave function won't work if theAuto Leaveswitch is turned off.
-
The image above shows some of the accounts a user might have registered in chrome. To use the Auto Join feature, the user must see the index of his/ her account using which they want to join the meeting (IIT Jodhpur students must check the index of their IITJ email id) and select that number in the
User Accountdropdown list. Here, the index shown is 2 and therefore 2 is selected in theUser Accountdropdown list. -
If the Auto Join switch is turned off in the Settings tab, alarm will ring and the link will get opened but it won't auto join the meeting for you.
-
If the Auto Leave switch is turned off in the Settings tab, the Auto Leave feature won't work even if you had entered the end time.
-
You can even customize the start time according to you. By default the start time is set to 30 seconds before the meeting time. What this means is that if the alarm is set for 4:00:00 pm, the link will get opened at 3:59:30 pm. One can change it to anything according to his/ her convenience.
- Make sure you have Node.js (v14.x) installed on your machine
- Clone this repository
git clone https://github.com/devlup-labs/meet-scheduler.git - Run
npm installto install the dependencies - Run
npm start - Load your extension on Chrome:
- Go to
chrome://extensions/ - Turn on
Developer mode - Click on
Load unpacked extension - Select the
buildfolder and upload it
- Go to






