Meet Attendance List
Monitor who attendant your class and meeting!
Co je Meet Attendance List?
Meet Attendance List je rozšíření Chrome vyvinuté H_reugo, a jeho hlavní funkcí je „Monitor who attendant your class and meeting!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Meet Attendance List
Stáhněte si soubory rozšíření Meet Attendance List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
GOOGLE MEET ATTENDANCE LIST A Google Chrome extension that saves the list of people present in a Google Meet call at a particular time. FEATURES - Have multiple classes, each with its own attendance list - Create / Edit / Delete classes - Export attendance as CSV file - Modern UI, easy to use
Základní Informace o Rozšíření
Název | Meet Attendance List |
ID | opkclbdjfkagpgoflleeeklgljfgfglk |
Oficiální URL | https://chromewebstore.google.com/detail/meet-attendance-list/opkclbdjfkagpgoflleeeklgljfgfglk |
Popis | Monitor who attendant your class and meeting! |
Velikost souboru | 606 KB |
Počet instalací | 2,360 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2024-02-06 |
Datum Vydání | 2021-01-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | H_reugo |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/Hereugo |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meet Attendance List", "description": "Monitor who attendant your class and meeting!", "version": "2.0.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": ".\/service_worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "Meet Attendance List" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "js\/utils.js", "js\/inject.js", "images\/defaultAvatar.png" ], "matches": [ " |