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": "AI Meeting Summaries: Zoom, Meet & MS Teams", "description": "Sembly records, transcribes and generates AI meeting summaries & notes with meeting minutes. For Zoom, Google Meet, MS Teams.", "version": "1.5.0", "homepage_url": "https:\/\/sembly.ai", "action": { "default_popup": "index.html", "default_icon": { "32": "favicon-32x32.png", "256": "favicon-256x256.png" } }, "icons": { "32": "favicon-32x32.png", "256": "favicon-256x256.png" }, "permissions": [ "cookies" ], "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*", "https:\/\/meet.google.com\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/sembly-calendar.css" ] } ], "host_permissions": [ "*:\/\/webapp.sembly.ai\/*" ], "externally_connectable": { "matches": [ "*:\/\/webapp.sembly.ai\/*" ] } }