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 Jake Crowley, 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
Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.
Extension Basic Information
Name | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Official URL | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Description | Save the time joined and left of all attendees with one click! |
File Size | 18.23 KB |
Installation Count | 40,193 |
Current Version | 0.0.7 |
Last Updated | 2020-07-12 |
Publish Date | 2020-05-13 |
Rating | 3.92/5 Total 50 Ratings |
Developer | Jake Crowley |
[email protected] | |
Payment Type | free |
Help Page URL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Privacy Policy Page URL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.7", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance", "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\/*" ] } |