Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
Wat is Join Now for Google Meet?
Join Now for Google Meet is een Chrome-extensie ontwikkeld door https://www.hartreeworks.org, en de belangrijkste functie is "Auto-select the Google account that has permission to join the call.".
Extensie Screenshots
Download het CRX-bestand van de extensie Join Now for Google Meet
Download Join Now for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
Officiële URL | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
Beschrijving | Auto-select the Google account that has permission to join the call. |
Bestandsgrootte | 18.84 KB |
Aantal Installaties | 42 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-12-14 |
Publicatiedatum | 2023-09-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.hartreeworks.org |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://inboxwhenready.org/terms-privacy.html |
Ondersteunde Talen | 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" } } |