Google Meet Attendance
Save the time joined and left of all attendees with one click!
What is Google Meet Attendance?
Google Meet Attendance is a Chrome extension developed by Vinamr Bajaj, and its main feature is "Save the time joined and left of all attendees with one click!".
Extension Screenshots
Download Google Meet Attendance Extension CRX File
Download Google Meet Attendance 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
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
Extension Basic Information
Name | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
Official URL | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
Description | Save the time joined and left of all attendees with one click! |
File Size | 44.35 KB |
Installation Count | 1,296 |
Current Version | 0.0.1 |
Last Updated | 2020-08-17 |
Publish Date | 2020-08-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Vinamr Bajaj |
[email protected] | |
Payment Type | free |
Extension Website | http://axios-iiitl.github.io/ |
Privacy Policy Page URL | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
Supported Languages | 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\/*" ] } |