Watson Content Hub Marketing Connector

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

What is Watson Content Hub Marketing Connector?

Watson Content Hub Marketing Connector is a Chrome extension developed by IBM Watson Customer Engagement, and its main feature is "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Watson Content Hub Marketing Connector Extension CRX File

Download Watson Content Hub Marketing 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 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.                    

Extension Basic Information

Name Watson Content Hub Marketing Connector Watson Content Hub Marketing Connector
ID mnhooldcjaipneakgbpececpbkipcina
Official URL https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina
Description This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
File Size 604 KB
Installation Count 351
Current Version 2.0
Last Updated 2018-09-27
Publish Date 2018-09-27
Rating 4.80/5 Total 5 Ratings
Developer IBM Watson Customer Engagement
Email [email protected]
Payment Type free
Extension Website https://www.ibm.com/products/watson-content-hub
Privacy Policy Page URL https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen
Supported Languages 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"
}