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 là gì?

Watson Content Hub Marketing Connector là một tiện ích mở rộng Chrome được phát triển bởi IBM Watson Customer Engagement, và tính năng chính của nó là "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Watson Content Hub Marketing Connector

Tải xuống các tệp mở rộng Watson Content Hub Marketing Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watson Content Hub Marketing Connector Watson Content Hub Marketing Connector
ID mnhooldcjaipneakgbpececpbkipcina
URL Chính Thức https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina
Mô tả This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
Kích Thước Tệp 604 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-09-27
Ngày Phát Hành 2018-09-27
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển IBM Watson Customer Engagement
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ibm.com/products/watson-content-hub
URL Trang Chính Sách Bảo Mật https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen
Ngôn Ngữ Được Hỗ Trợ 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"
}