Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
What is Google Meet Attendance & Engagement?
Google Meet Attendance & Engagement is a Chrome extension developed by paulobricenogonzalez, and its main feature is "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV".
Extension Screenshots
Download Google Meet Attendance & Engagement Extension CRX File
Download Google Meet Attendance & Engagement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Track your students attendance and engagement in an easy way. No registration process. Dark Mode, Download csv, XLSX.
Extension Basic Information
Name | Google Meet Attendance & Engagement |
ID | dfoeddmkpdeheffinggbeggiebnhhmno |
Official URL | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
Description | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
File Size | 786 KB |
Installation Count | 9,000 |
Current Version | 2.3.8 |
Last Updated | 2021-08-31 |
Publish Date | 2020-09-29 |
Rating | 3.63/5 Total 54 Ratings |
Developer | paulobricenogonzalez |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |