We are all fed up of keeping track of google meet links for our lectures. This chrome extension tries to make your life a bit easy!
We've used React JS for frontend. Backend workflow is established using chrome.storage
and chrome.alarms
- Make sure you have Node.js installed on your machine
- Clone this repository
git clone https://github.com/devlup-labs/meet-scheduler.git
- Run
npm install
to 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
build
folder
- Go to