Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autotouch: Prospecting assistant", "version": "4.85", "description": "Prospecting co-pilot built for sales people...", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "scripting", "storage", "identity" ], "oauth2": { "client_id": "927405040806-9jo1j37hfne4hidmvhh2eeih108gr3ua.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "host_permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/api.autotouch.ai\/*", "<all_urls>" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "type": "module" } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }