Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
Cos'è Join Now for Google Meet?
Join Now for Google Meet è un'estensione di Chrome sviluppata da https://www.hartreeworks.org, e la sua funzione principale è "Auto-select the Google account that has permission to join the call.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Join Now for Google Meet
Scarica i file di estensione Join Now for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
URL Ufficiale | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
Descrizione | Auto-select the Google account that has permission to join the call. |
Dimensione del File | 18.84 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-12-14 |
Data di Pubblicazione | 2023-09-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.hartreeworks.org |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://inboxwhenready.org/terms-privacy.html |
Lingue Supportate | 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" } } |