WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Marketo Web Personalization

Marketo Web Personalization

View on Chrome Web Store
View Marketo Web Personalization Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Preview your Marketo Web Personalization campaigns seamlessly
Type
Extension
Users
533 users
1
Adobe Inc.
View author page of Adobe Inc.
Published
Published on July 13, 2017
Version 0.1.0.1
Manifest version
3
Updated
Updated on May 29, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Marketo Web Personalization Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            }
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top