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": "Adobe Experience Cloud Visual Editing Helper", "version": "1.1.8", "description": "The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.", "manifest_version": 3, "action": { "default_icon": { "32": "assets\/icons\/icon32_grayscale.png", "38": "assets\/icons\/icon38_grayscale.png" } }, "externally_connectable": { "matches": [ "<all_urls>", "https:\/\/*.adobe.com\/*", "https:\/\/*.adobe.net\/*", "https:\/\/*.adobe.io\/*" ] }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "dxRules", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "browsingData", "notifications", "webRequest", "webNavigation", "cookies", "scripting", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "38": "assets\/icons\/icon38.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }