Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Boost your Google Meet experience with FREE tools designed for online classes and team meetings. Stay focused and save time!", "version": "11.2.1", "manifest_version": 3, "name": "Smart Google Meet Tools: Focus, Save Time & Stay Organized", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "activeTab", "contextMenus", "alarms", "scripting", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*", "*:\/\/localhost\/*", "*:\/\/*.meetextension.com\/*" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-48.png" ], "matches": [] } ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "css": [ "content.styles.css" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/calendar.google.com\/*" ], "css": [ "gcalendar.styles.css" ], "js": [ "gCalendar.bundle.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "lordataScript.bundle.js" ] } ] }