Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Cos'è Google meet attendance downloader & autoadmit?
Google meet attendance downloader & autoadmit è un'estensione di Chrome sviluppata da Md Waqar, e la sua funzione principale è "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google meet attendance downloader & autoadmit
Scarica i file di estensione Google meet attendance downloader & autoadmit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
Descrizione | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
Dimensione del File | 23.88 KB |
Conteggio Installazioni | 533 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2021-07-06 |
Data di Pubblicazione | 2021-03-05 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Md Waqar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |