Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
Was ist Google Meet Attendance & Engagement?
Google Meet Attendance & Engagement ist eine Chrome-Erweiterung, die von paulobricenogonzalez entwickelt wurde, und ihr Hauptmerkmal ist "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV".
Erweiterungsscreenshots
Google Meet Attendance & Engagement-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Attendance & Engagement-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Track your students attendance and engagement in an easy way. No registration process. Dark Mode, Download csv, XLSX.
Grundlegende Informationen zur Erweiterung
Name | Google Meet Attendance & Engagement |
ID | dfoeddmkpdeheffinggbeggiebnhhmno |
Offizielle URL | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
Beschreibung | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
Dateigröße | 786 KB |
Installationsanzahl | 9,000 |
Aktuelle Version | 2.3.8 |
Letztes Update | 2021-08-31 |
Veröffentlichungsdatum | 2020-09-29 |
Bewertung | 3.63/5 Insgesamt 54 Bewertungen |
Entwickler | paulobricenogonzalez |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Attendance & Engagement", "version": "2.3.8", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "images\/logos\/icon.png", "48": "images\/logos\/logo_48.png", "128": "images\/logos\/logo_128.png" }, "browser_action": { "default_icon": "images\/logos\/icon.png", "default_popup": "html\/popup.html", "default_title": "Google Meet Attendance & Engagement" }, "background": { "page": "html\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/logos\/logo_48.png", "images\/check.svg", "images\/like.svg", "images\/x.svg", "images\/mute.svg" ] } |