Watson Content Hub Marketing Connector

This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.

Watson Content Hub Marketing Connectorとは何ですか?

Watson Content Hub Marketing ConnectorはIBM Watson Customer Engagementによって開発されたChromeの拡張機能で、その主な機能は「This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.」です。

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

screenshot
screenshot
screenshot

Watson Content Hub Marketing Connector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension provides integration between IBM Watson Campaign Automation and IBM Watson Content Hub allowing customers to store, manage and reuse digital assets across web sites, landing pages and email campaigns.

Please add 'https://www.digitalexperience.ibm.com' as 'Trusted domains for cross-origin resource sharing (CORS)' in IBM WCH UI under Hub setup -> General Settings -> Security.                    

拡張機能の基本情報

名前 Watson Content Hub Marketing Connector Watson Content Hub Marketing Connector
ID mnhooldcjaipneakgbpececpbkipcina
公式URL https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina
説明 This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
ファイルサイズ 604 KB
インストール数 351
現在のバージョン 2.0
最終更新日 2018-09-27
公開日 2018-09-27
評価 4.80/5 合計 5 レビュー
開発者 IBM Watson Customer Engagement
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ibm.com/products/watson-content-hub
プライバシーポリシーページのURL https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "include_globs": [
                "https:\/\/pod*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "jquery-ui.min.js",
                "ibmintegrationcontent.js"
            ],
            "matches": [
                "https:\/\/*.ibmmarketingcloud.com\/ux\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.",
    "icons": {
        "128": "images\/ibm128.png",
        "16": "images\/ibm16.png",
        "48": "images\/ibm48.png"
    },
    "manifest_version": 2,
    "name": "Watson Content Hub Marketing Connector",
    "options_ui": {
        "chrome_style": true,
        "page": "ibm_wca_wch_integration_options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "IBM Watson Content Hub Marketing Connector for IBM Watson Campaign Automation",
    "version": "2.0"
}