Google Meet Auto Admit

Automatically admit join requests from external guests to Google Meet

Google Meet Auto Admit क्या है?

Google Meet Auto Admit [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically admit join requests from external guests to Google Meet"।

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

screenshot

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

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

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

                        Automatically click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior.                    

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

नाम Google Meet Auto Admit Google Meet Auto Admit
ID himoglbojlbloilekjcohhfakhjcibnj
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj
विवरण Automatically admit join requests from external guests to Google Meet
फ़ाइल का आकार 9.71 KB
स्थापना संख्या 93,694
वर्तमान संस्करण 0.7
अंतिम अपडेट 2022-03-17
प्रकाशन तिथि 2020-06-03
रेटिंग 3.13/5 कुल 55 रेटिंग्स
डेवलपर [email protected]
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Admit",
    "manifest_version": 3,
    "version": "0.7",
    "description": "Automatically admit join requests from external guests to Google Meet",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}