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", "name": "Compose AI: AI-powered Writing Tool", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoG7scPS+wBDOvu4q9lUMD\/p2o+o2Dx1UYU7vi5lEsdJ4JhouL94IIQy8rktSp2aV+QlTndnmV0k38SLG4UsoS+tGZavo0NL8OqWwY8quSdXd78TQp3dlnEclkcXN5DMG6eckWliXmDEJb3u53s0n647LL\/6j4fG7MCzCIhXajY1HvZM\/ekdXPaWSR3go5zVgjHeIeUWNg14jdBiTE2H0YHoo+zNMyfJjO3nKp6afMX274KrhnPnc2UQzrDfvtYcLMR8sp6jgW\/0wAATbJTRNe3dufMcUfEYN1nZptVSuc\/maGPTyRZJ+tzQmjOkQYrgAk971LResN2GLbZZnt7xYowIDAQAB", "author": "compose.ai", "description": "Accelerate your writing with AI", "icons": { "128": "assets\/compose_logo_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "permissions": [ "scripting", "tabs", "webNavigation", "management", "alarms", "clipboardWrite", "storage", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_title": "Compose AI", "default_icon": "assets\/compose_logo_2x.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "general.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "js": [ "gmail.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/mail.google.com\/*" ], "hostnames": [ "mail.google.com" ] }, { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "gmailExtensionInjector.js" ], "run_at": "document_start" }, { "js": [ "gdocsFallback.js" ], "matches": [ "*:\/\/docs.google.com\/*" ], "hostnames": [ "docs.google.com" ], "run_at": "document_start", "all_frames": false }, { "js": [ "gdocs.js" ], "matches": [ "*:\/\/docs.google.com\/*" ], "hostnames": [ "docs.google.com" ], "run_at": "document_idle", "all_frames": false }, { "js": [ "superhuman.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/mail.superhuman.com\/*" ], "hostnames": [ "mail.superhuman.com" ] }, { "js": [ "outlook.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.live.com\/*" ], "hostnames": [ "outlook.office.com", "outlook.office365.com", "outlook.live.com" ] }, { "js": [ "linkedin.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/www.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "hostnames": [ "www.linkedin.com", "linkedin.com" ] }, { "js": [ "guide.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/guide.compose.ai\/*" ], "hostnames": [ "guide.compose.ai" ] }, { "js": [ "whatsapp.js" ], "run_at": "document_idle", "all_frames": false, "matches": [ "*:\/\/web.whatsapp.com\/*" ], "hostnames": [ "web.whatsapp.com" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "assets\/rephrase_videos\/*", "gdocsInject.js", "gmailJsLoader.js", "gmailInjectedLogic.js" ], "matches": [ "<all_urls>" ] } ], "version": "2.1.0", "version_name": "2.1.0", "externally_connectable": { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/*.compose.ai\/*", "https:\/\/compose-2.webflow.io\/*" ] } }