Watson Content Hub Marketing Connector

Watson Content Hub Marketing Connector

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "images/ibm16.png",
    "48": "images/ibm48.png",
    "128": "images/ibm128.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"
}