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", "name": "EC Assist", "version": "1.23.100", "description": "Enhanced Conversions validation and troubleshooting assistant.", "manifest_version": 3, "author": "gTech", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Click to open sidepanel" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "sidePanel", "activeTab", "webRequest", "webNavigation", "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } }