Watson Content Hub Marketing Connector
This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
Co to jest Watson Content Hub Marketing Connector?
Watson Content Hub Marketing Connector to rozszerzenie Chrome opracowane przez IBM Watson Customer Engagement, a jego główną funkcją jest „This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Watson Content Hub Marketing Connector
Pobierz pliki rozszerzeń Watson Content Hub Marketing Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mnhooldcjaipneakgbpececpbkipcina |
Oficjalny URL | https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina |
Opis | This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub. |
Rozmiar pliku | 604 KB |
Liczba instalacji | 351 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-09-27 |
Data Publikacji | 2018-09-27 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | IBM Watson Customer Engagement |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.ibm.com/products/watson-content-hub |
Adres URL Strony Polityki Prywatności | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
Obsługiwane Języki | 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" } |