Join Now for Google Meet

Auto-select the Google account that has permission to join the call.

Co je Join Now for Google Meet?

Join Now for Google Meet je rozšíření Chrome vyvinuté https://www.hartreeworks.org, a jeho hlavní funkcí je „Auto-select the Google account that has permission to join the call.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Join Now for Google Meet

Stáhněte si soubory rozšíření Join Now for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
Oficiální URL https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
Popis Auto-select the Google account that has permission to join the call.
Velikost souboru 18.84 KB
Počet instalací 42
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-12-14
Datum Vydání 2023-09-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.hartreeworks.org
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://inboxwhenready.org/terms-privacy.html
Podporované Jazyky 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"
    }
}