Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Co to jest Google meet attendance downloader & autoadmit?
Google meet attendance downloader & autoadmit to rozszerzenie Chrome opracowane przez Md Waqar, a jego główną funkcją jest „This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google meet attendance downloader & autoadmit
Pobierz pliki rozszerzeń Google meet attendance downloader & autoadmit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
Opis | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
Rozmiar pliku | 23.88 KB |
Liczba instalacji | 533 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2021-07-06 |
Data Publikacji | 2021-03-05 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Md Waqar |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |