Google meet attendance downloader & autoadmit

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

Vad är Google meet attendance downloader & autoadmit?

Google meet attendance downloader & autoadmit är en Chrome-tillägg utvecklad av Md Waqar, och dess huvudfunktion är "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Google meet attendance downloader & autoadmit-förlängningens CRX-fil

Ladda ner Google meet attendance downloader & autoadmit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
Officiell webbadress https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Beskrivning This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Filstorlek 23.88 KB
Antal Installationer 533
Aktuell Version 0.0.5
Senast Uppdaterad 2021-07-06
Publiceringsdatum 2021-03-05
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Md Waqar
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}