Google meet attendance downloader & autoadmit

This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.

Google meet attendance downloader & autoadmit क्या है?

Google meet attendance downloader & autoadmit Md Waqar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit."।

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

screenshot
screenshot
screenshot

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

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

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

                        This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.                    

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

नाम Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
विवरण This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
फ़ाइल का आकार 23.88 KB
स्थापना संख्या 533
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2021-07-06
प्रकाशन तिथि 2021-03-05
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Md Waqar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet attendance downloader & autoadmit",
    "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google meet attendance downloader & autoadmit",
        "default_icon": "logo.png"
    }
}