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": "Marketo Web Personalization", "version": "0.1.0.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJlsPNWZCw\/vNN1Nzz\/GJZzcE4R7+AYCSojOcGZKbf3pr8yip4RdMc5nTdIlXVqP3oUsxYx7pxbVeOtZIanqzxGBblihSvtTSMF+6k35EMQoPjYW8skjEN1tjq0OocbH9\/upGLyUnp1mNfH84ogF7zEey2\/hOB0nM3j7pWvwo5\/Hbyij5DJZiTvQPW2auntH+iVkeEEnqHMto3GoXHR8zs9uGzSd30dQGh7bG+1r6PqWva859ipaItfA0S9rLN6V2UjTgkNEY2CQmJ5DnqzvAVgDR977avWY94ZarbkqRwPJ\/RcXHunXZJSo6te8BQWBUlr76Gur2Zn3KrIfl32TIQIDAQAB", "description": "Preview your Marketo Web Personalization campaigns seamlessly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "webRequest", "webNavigation", "declarativeNetRequest", "scripting", "activeTab", "storage", "system.display" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.marketo.org\/*", "*:\/\/*.marketo.com\/*" ] }, "background": { "service_worker": ".\/utils\/utilsBackground.js" }, "content_scripts": [ { "js": [ ".\/utils\/utilsContent.js", "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "all_frames": true, "world": "ISOLATED" } ], "declarative_net_request": { "rule_resources": [ { "id": "blockRtpRule", "enabled": true, "path": "rules.json" } ] } }