XTM Marketo connector

This extension retrieves content from Marketo for translation in XTM

XTM Marketo connectorとは何ですか?

XTM Marketo connectorはxtm-connectorsによって開発されたChromeの拡張機能で、その主な機能は「This extension retrieves content from Marketo for translation in XTM」です。

拡張機能のスクリーンショット

screenshot
screenshot

XTM Marketo connector拡張機能のCRXファイルをダウンロード

XTM Marketo connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension retrieves content from Marketo for translation in XTM                    

拡張機能の基本情報

名前 XTM Marketo connector XTM Marketo connector
ID iglafaflkhdboaebfhlbfapichkncnce
公式URL https://chromewebstore.google.com/detail/xtm-marketo-connector/iglafaflkhdboaebfhlbfapichkncnce
説明 This extension retrieves content from Marketo for translation in XTM
ファイルサイズ 147 KB
インストール数 108
現在のバージョン 2.9.1
最終更新日 2023-11-30
公開日 2020-05-17
開発者 xtm-connectors
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xtm.cloud/
ヘルプページのURL https://xtm.cloud/contact/
プライバシーポリシーページのURL https://xtm.cloud/privacy-policy
対応言語 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"
    ]
}