Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
Was ist Join Now for Google Meet?
Join Now for Google Meet ist eine Chrome-Erweiterung, die von https://www.hartreeworks.org entwickelt wurde, und ihr Hauptmerkmal ist "Auto-select the Google account that has permission to join the call.".
Erweiterungsscreenshots
Join Now for Google Meet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Join Now for Google Meet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. One day Google will fix this. In the meantime, you can use this extension. -------------------------------------------------------- PRIVACY & SECURITY -------------------------------------------------------- The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data. The extension is compatible with Google's Advanced Protection Programme.
Grundlegende Informationen zur Erweiterung
Name | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
Offizielle URL | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
Beschreibung | Auto-select the Google account that has permission to join the call. |
Dateigröße | 18.84 KB |
Installationsanzahl | 42 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-12-14 |
Veröffentlichungsdatum | 2023-09-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.hartreeworks.org |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://inboxwhenready.org/terms-privacy.html |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Join Now for Google Meet", "version": "1.0.4", "description": "Auto-select the Google account that has permission to join the call.", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "icons": { "48": "icon-48x48.png", "128": "icon-128x128.png" } } |