Watson Content Hub Marketing Connector
This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
Cos'è Watson Content Hub Marketing Connector?
Watson Content Hub Marketing Connector è un'estensione di Chrome sviluppata da IBM Watson Customer Engagement, e la sua funzione principale è "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watson Content Hub Marketing Connector
Scarica i file di estensione Watson Content Hub Marketing Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mnhooldcjaipneakgbpececpbkipcina |
URL Ufficiale | https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina |
Descrizione | This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub. |
Dimensione del File | 604 KB |
Conteggio Installazioni | 351 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-09-27 |
Data di Pubblicazione | 2018-09-27 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | IBM Watson Customer Engagement |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.ibm.com/products/watson-content-hub |
URL della Pagina della Politica sulla Privacy | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
Lingue Supportate | 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" } |