Watson Content Hub Marketing Connector
This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
Qu'est-ce que Watson Content Hub Marketing Connector ?
Watson Content Hub Marketing Connector est une extension Chrome développée par IBM Watson Customer Engagement, et sa fonction principale est "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Watson Content Hub Marketing Connector
Téléchargez les fichiers d'extension Watson Content Hub Marketing Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mnhooldcjaipneakgbpececpbkipcina |
URL Officiel | 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. |
Taille du Fichier | 604 KB |
Nombre d'Installations | 351 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2018-09-27 |
Date de Publication | 2018-09-27 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | IBM Watson Customer Engagement |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.ibm.com/products/watson-content-hub |
URL de la Page de Politique de Confidentialité | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
Langues Prises en Charge | 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" } |