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é es Watson Content Hub Marketing Connector?
Watson Content Hub Marketing Connector es una extensión de Chrome desarrollada por IBM Watson Customer Engagement, y su función principal es "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Watson Content Hub Marketing Connector
Descarga archivos de extensión Watson Content Hub Marketing Connector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | mnhooldcjaipneakgbpececpbkipcina |
URL Oficial | https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina |
Descripción | This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub. |
Tamaño del Archivo | 604 KB |
Cantidad de Instalaciones | 351 |
Versión Actual | 2.0 |
Última Actualización | 2018-09-27 |
Fecha de Publicación | 2018-09-27 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | IBM Watson Customer Engagement |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.ibm.com/products/watson-content-hub |
URL de la Página de Política de Privacidad | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
Idiomas Soportados | 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" } |