Meet Auto

Automatically admit people to the Google Meet from outside the organization

Meet Auto क्या है?

Meet Auto Arjun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically admit people to the Google Meet from outside the organization"।

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

screenshot

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

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

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

                        Updated in accordance with the latest changes to Google Meet.

Just share the meeting link with the people outside the organization to join the Google Meet, and you can sit-back-and-relax, while the extension automatically clicks on the Admit button for you.

Say, if you are a teacher in School, College, University or any kind of Institute and sends the link to the students for joining the class. By installing this extension, you can sit back and relax while the extension automatically handles the joining request of the students.

Not only students, it works the same for any kind of Google Meet. The Meet Auto extension automates the clicking on Admit button for you.

Install this extension without any worry. It's SAFE and SECURE, and it DOES NOT STEAL ANY KIND OF DATA/INFORMATION in any form.                    

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

नाम Meet Auto Meet Auto
ID fkmnifpnniehjljgadbcopppfcidkakd
आधिकारिक URL https://chrome.google.com/webstore/detail/meet-auto/fkmnifpnniehjljgadbcopppfcidkakd
विवरण Automatically admit people to the Google Meet from outside the organization
फ़ाइल का आकार 21.49 KB
स्थापना संख्या 64
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2021-02-18
प्रकाशन तिथि 2020-11-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Arjun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arjunthakur08/Meet-Auto
सहायता पृष्ठ URL https://github.com/arjunthakur08/Meet-Auto/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Auto",
    "description": "Automatically admit people to the Google Meet from outside the organization",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "images\/meet_auto16.png",
        "32": "images\/meet_auto32.png",
        "48": "images\/meet_auto48.png",
        "128": "images\/meet_auto128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}