Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
Co to jest Join Now for Google Meet?
Join Now for Google Meet to rozszerzenie Chrome opracowane przez https://www.hartreeworks.org, a jego główną funkcją jest „Auto-select the Google account that has permission to join the call.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Join Now for Google Meet
Pobierz pliki rozszerzeń Join Now for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
Oficjalny URL | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
Opis | Auto-select the Google account that has permission to join the call. |
Rozmiar pliku | 18.84 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-12-14 |
Data Publikacji | 2023-09-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.hartreeworks.org |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://inboxwhenready.org/terms-privacy.html |
Obsługiwane Języki | 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" } } |