Watson Content Hub Marketing Connector
This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
Was ist Watson Content Hub Marketing Connector?
Watson Content Hub Marketing Connector ist eine Chrome-Erweiterung, die von IBM Watson Customer Engagement entwickelt wurde, und ihr Hauptmerkmal ist "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".
Erweiterungsscreenshots
Watson Content Hub Marketing Connector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Watson Content Hub Marketing Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mnhooldcjaipneakgbpececpbkipcina |
Offizielle URL | https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina |
Beschreibung | This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub. |
Dateigröße | 604 KB |
Installationsanzahl | 351 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-09-27 |
Veröffentlichungsdatum | 2018-09-27 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | IBM Watson Customer Engagement |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.ibm.com/products/watson-content-hub |
URL der Datenschutzrichtlinien-Seite | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
Unterstützte Sprachen | 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" } |