GNOME Shell Extension for Quick Access to Google Meet. With this extension, you can quickly access your Google Meet bookmarks directly from the Gnome Shell panel. You can add new bookmarks, manage existing ones, and directly open Meet sessions in your browser. Features: - 'New Meet': Opens a new Google Meet session in your default browser. - 'Add': Allows you to add a new bookmark to your Google Meet sessions. Simply provide a name and a unique code. To delete a bookmark, simply click on the trash icon next to each bookmark in the menu. This extension is not affiliated, funded, or in any way associated with Google and GMeet. For additional support, please contact the extension developer.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Rejected |
10 | Active |
9 | Rejected |
8 | Active |
7 | Rejected |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
1. 45 extensions aren't compatible with GNOME Shell 40: [Port Guide 45: shell-version](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#shell-version) 2. If you wanna open web page, use `xdg-open` instead (line 197 `extension.js`). 3. Add this to the description: This extension is not affiliated, funded, or in any way associated with Google and GMeet. 4. All properties inside the default class you are exporting need to be null out on disable. [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) I recommend to move out everything to another class and use the entry point to only create the instance of that class. 5. You are not using schemas. Please remove line 5 `metadata.json`. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
btw, please fix the URL to point to the repo instead of user's page.