Join Now for Google Meet

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

Qu'est-ce que Join Now for Google Meet ?

Join Now for Google Meet est une extension Chrome développée par https://www.hartreeworks.org, et sa fonction principale est "Auto-select the Google account that has permission to join the call.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Join Now for Google Meet

Téléchargez les fichiers d'extension Join Now for Google Meet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
URL Officiel https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
Description Auto-select the Google account that has permission to join the call.
Taille du Fichier 18.84 KB
Nombre d'Installations 42
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-12-14
Date de Publication 2023-09-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.hartreeworks.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://inboxwhenready.org/terms-privacy.html
Langues Prises en Charge 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"
    }
}