Meet Attendance List
Monitor who attendant your class and meeting!
What is Meet Attendance List?
Meet Attendance List is a Chrome extension developed by H_reugo, and its main feature is "Monitor who attendant your class and meeting!".
Extension Screenshots
Download Meet Attendance List Extension CRX File
Download Meet Attendance List 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
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
Extension Basic Information
Name | Meet Attendance List |
ID | opkclbdjfkagpgoflleeeklgljfgfglk |
Official URL | https://chromewebstore.google.com/detail/meet-attendance-list/opkclbdjfkagpgoflleeeklgljfgfglk |
Description | Monitor who attendant your class and meeting! |
File Size | 606 KB |
Installation Count | 2,360 |
Current Version | 2.0.0 |
Last Updated | 2024-02-06 |
Publish Date | 2021-01-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | H_reugo |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Hereugo |
Supported Languages | 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": [ " |