Google meet attendance downloader & autoadmit

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

Co je Google meet attendance downloader & autoadmit?

Google meet attendance downloader & autoadmit je rozšíření Chrome vyvinuté Md Waqar, a jeho hlavní funkcí je „This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google meet attendance downloader & autoadmit

Stáhněte si soubory rozšíření Google meet attendance downloader & autoadmit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
Oficiální URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Popis This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Velikost souboru 23.88 KB
Počet instalací 533
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-07-06
Datum Vydání 2021-03-05
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář Md Waqar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}