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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}