XTM Marketo connector

This extension retrieves content from Marketo for translation in XTM

What is XTM Marketo connector?

XTM Marketo connector is a Chrome extension developed by xtm-connectors, and its main feature is "This extension retrieves content from Marketo for translation in XTM".

Extension Screenshots

screenshot
screenshot

Download XTM Marketo connector Extension CRX File

Download XTM Marketo connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension retrieves content from Marketo for translation in XTM                    

Extension Basic Information

Name XTM Marketo connector XTM Marketo connector
ID iglafaflkhdboaebfhlbfapichkncnce
Official URL https://chromewebstore.google.com/detail/xtm-marketo-connector/iglafaflkhdboaebfhlbfapichkncnce
Description This extension retrieves content from Marketo for translation in XTM
File Size 147 KB
Installation Count 108
Current Version 2.9.1
Last Updated 2023-11-30
Publish Date 2020-05-17
Developer xtm-connectors
Email [email protected]
Payment Type free
Extension Website https://xtm.cloud/
Help Page URL https://xtm.cloud/contact/
Privacy Policy Page URL https://xtm.cloud/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.9.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}