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", "manifest_version": 3, "name": "Acta.ai Google Meet Teams and Zoom helper", "version": "1.7.1", "action": { "default_title": "Acta.ai Google Meet Teams and Zoom helper" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.506e886a.fa084f9e.js" ], "matches": [ "https:\/\/meet.google.com\/*", "https:\/\/dev.acta.ai\/*", "https:\/\/acta.ai\/*", "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*", "https:\/\/app.zoom.us\/*", "http:\/\/localhost:3000\/*", "https:\/\/acta-ai-website.vercel.app\/*" ], "run_at": "document_idle", "all_frames": true, "css": [ "assets\/content.ts.e7652737.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ], "icons": { "32": "icon-32.png", "128": "icon-128.png", "256": "icon-256.png" }, "web_accessible_resources": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/acta-ai-website.vercel.app\/*", "https:\/\/acta.ai\/*", "https:\/\/app.zoom.us\/*", "https:\/\/dev.acta.ai\/*", "https:\/\/meet.google.com\/*", "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*" ], "resources": [ "assets\/constant.29434f67.js", "assets\/content.ts.506e886a.js" ], "use_dynamic_url": false } ] }