Tired of exiting from Google Meet calls by mistake? Or do you want to find where your call's tab is after you've opened a bunch of them during your call? This is the right chrome extension for you!
Install it from the Chrome web store
These are the features currently available:
- Asking for confirmation before closing Google Meet's tab during a call
- Click on the extension icon to focus Google Meet's tab
- Auto-join the meeting instead of landing in the waiting room
This is some needed stuff if you'd like to give a hand:
- Develop a website through gh-pages to sponsor the extension a bit
- Check if your Node.js version is >= 14.
- Clone this repository.
- Run
yarn install
to install the dependencies. - Run
yarn build
- Visit
chrome://extensions/
and load a non packed extension selecting the build folder
After the development of your extension run the command
$ yarn build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Powered by create-chrome-ext