Google Meet Attendance
Save the time joined and left of all attendees with one click!
Co to jest Google Meet Attendance?
Google Meet Attendance to rozszerzenie Chrome opracowane przez Vinamr Bajaj, a jego główną funkcją jest „Save the time joined and left of all attendees with one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet Attendance
Pobierz pliki rozszerzeń Google Meet Attendance 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
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
Oficjalny URL | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
Opis | Save the time joined and left of all attendees with one click! |
Rozmiar pliku | 44.35 KB |
Liczba instalacji | 1,296 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-08-17 |
Data Publikacji | 2020-08-17 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Vinamr Bajaj |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://axios-iiitl.github.io/ |
Adres URL Strony Polityki Prywatności | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.1", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Instructions Popup", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/meet.google.com\/*" ] } |