https://github.com/heytulsiprasad/alert-me-google-meet
Detects live captioning in Google Meet conference to notify you when specific words are spoken
https://github.com/heytulsiprasad/alert-me-google-meet
chrome-extensions chrome-store google-meet notifications
Last synced: about 2 months ago
JSON representation
Detects live captioning in Google Meet conference to notify you when specific words are spoken
- Host: GitHub
- URL: https://github.com/heytulsiprasad/alert-me-google-meet
- Owner: heytulsiprasad
- License: gpl-3.0
- Created: 2020-10-06T18:36:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T18:04:55.000Z (over 1 year ago)
- Last Synced: 2025-03-31T02:41:23.862Z (3 months ago)
- Topics: chrome-extensions, chrome-store, google-meet, notifications
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 48
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alert Me - Google Meet
A Chrome Extension that notifies people when certain words are being spoken in a Google Meet Meeting opened in Chrome browser. You can set the alert words yourself with your name or any word you want to be notified for. Use it to your own advantage.
**This doesn't recognize the voice in the meeting by itself, that's done by Google when you turn your captions on, so if it doesn't work as shown here, try checking if your voice is recognized by Google**.
![]()
Popup interface to add/remove alert words
![]()
Notifications appear when those words are spoken in meeting
:warning: The app is in pre-release now, so feel free test it and create some issues so we can make it bulletproof before publishing on the chrome store.
## Motivation (User Story)
This is a pet project I made to know how Chrome extensions work (which proved to be very valuable 😅). You can use it at your own risk, as if you get caught while slacking off at work meetings, I won't be held responsible.
## How to install the latest version?
First off, download latest zip asset from the [releases](https://github.com/heytulsiprasad/alert-me-google-meet/releases) section.
Once downloaded, unzip the file and open Google Chrome. You can go inside **Menu > More Tools > Extensions** or visit `chrome://extensions`. Then toggle the **Developer Mode** button.

Once it's on you'll find some more options, like this.

Click on **Load unpacked** and select the unzipped folder of extension. You'll see this on your extensions list.

You can see this added to your Chrome search bar. Click the icon to open the popup and you've to be on a Google Meet call to use this.
## Instructions
It's pretty simple, feel free to follow below steps if you get stuck:
- Join a Google Meet call
- Add/remove alert words through the popup
- Make sure to **Turn on your captions** for extension to know when words are spoken
- You'll get a notification when someone speaks your alert words## Why it's not working?
- You might not have your notifications turned on for browser.
- For Windows, go to **Start > Notifications & actions**, turn on Google Chrome notifications.
- Still not working? Check the console if there are any errors, then please open an issue [here](https://github.com/heytulsiprasad/alert-me-google-meet/issues).
## Contributions
You can contribute to this project by solving existing issues or adding a new feature. Create an [Issue](https://github.com/heytulsiprasad/alert-me-google-meet/issues) to discuss.
## License
[GNU General Public License v3.0](https://github.com/heytulsiprasad/alert-me-google-meet/blob/main/LICENSE)