Google meet attendance downloader & autoadmit

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

Wat is Google meet attendance downloader & autoadmit?

Google meet attendance downloader & autoadmit is een Chrome-extensie ontwikkeld door Md Waqar, en de belangrijkste functie is "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google meet attendance downloader & autoadmit

Download Google meet attendance downloader & autoadmit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
Officiële URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Beschrijving This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Bestandsgrootte 23.88 KB
Aantal Installaties 533
Huidige Versie 0.0.5
Laatst Bijgewerkt 2021-07-06
Publicatiedatum 2021-03-05
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Md Waqar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}