Join Now for Google Meet

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

Join Now for Google Meet क्या है?

Join Now for Google Meet https://www.hartreeworks.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-select the Google account that has permission to join the call."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Join Now for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
आधिकारिक URL https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
विवरण Auto-select the Google account that has permission to join the call.
फ़ाइल का आकार 18.84 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2023-09-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.hartreeworks.org
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://inboxwhenready.org/terms-privacy.html
समर्थित भाषाएँ 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"
    }
}