Version 1.2.1 View in Chrome Web Store
Consider running this extension in a separate Chrome profile if you frequently handle confidential meetings. Review what specific meeting data the extension collects and stores locally. Monitor the extension's behavior during meetings to ensure it only logs intended information. Given the legitimate need for meet.google.com access for its core functionality, the host permissions are actually appropriate rather than overly broad. Consider alternatives with larger user bases or more established developers if handling highly sensitive meetings.
| https://meet.google.com/ | https://clients2.google.com/service/update2/crx | |
| https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css | |
| https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css | https://getbootstrap.com/ | |
| https://github.com/twbs/bootstrap/blob/main/LICENSE | http://www.w3.org/2000/svg | |
| https://github.com/twbs/bootstrap/graphs/contributors | https://popper.js.org |
{ "name": "Auto Meeting Log for Google Meet", "icons": { "128": "images/128-AutoMeetingLog.png" }, "action": { "default_icon": { "128": "images/128-AutoMeetingLog.png" }, "default_popup": "options.html" }, "version": "1.2.1", "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Automatically turns on Google Meet captions and saves them.", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https://meet.google.com/*" ] } ], "host_permissions": [ "https://meet.google.com/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "meetings.html" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.