https://github.com/lyubick/chrome-ext-google-meets-auto-join
Extension for Google Chrome to auto-join meetings from the Google Calendar
https://github.com/lyubick/chrome-ext-google-meets-auto-join
Last synced: 2 months ago
JSON representation
Extension for Google Chrome to auto-join meetings from the Google Calendar
- Host: GitHub
- URL: https://github.com/lyubick/chrome-ext-google-meets-auto-join
- Owner: lyubick
- License: gpl-3.0
- Created: 2024-05-02T08:45:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:47:01.000Z (3 months ago)
- Last Synced: 2025-03-11T10:41:11.377Z (3 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoGMeet+
AutoGMeet+ for Google Calendar automatically connects you to your scheduled meetings, ensuring you never miss a call or appointment.## Install Locally
One can install this extension locally in their Chrome Extensions. To do so, follow this steps:
1. Go to Chrome Extensions
2. Enable `Developer mode`
3. Select `Load unpacked`
4. Create credentials and add themOne need to create their trusted credentials to this extension:
1. Rename file `manifest.example.json` to `manifest.json`
2. Follow this [guide](https://medium.com/@itsuki.enjoy/chrome-extension-get-users-access-token-and-perform-google-api-requests-346ce8078294) to create Google Auth
3. Modify `manifest.json` to set `client_id`One is now set up and can start use an extension.