Google meet attendance downloader & autoadmit

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

Was ist Google meet attendance downloader & autoadmit?

Google meet attendance downloader & autoadmit ist eine Chrome-Erweiterung, die von Md Waqar entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google meet attendance downloader & autoadmit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google meet attendance downloader & autoadmit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
Offizielle URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Beschreibung This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Dateigröße 23.88 KB
Installationsanzahl 533
Aktuelle Version 0.0.5
Letztes Update 2021-07-06
Veröffentlichungsdatum 2021-03-05
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler Md Waqar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}