Watson Content Hub Marketing Connector
This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.
什麼是Watson Content Hub Marketing Connector?
Watson Content Hub Marketing Connector是由IBM Watson Customer Engagement開發的Chrome擴展程式,該擴展的主要功能是“This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub.”。
擴展截圖
下載Watson Content Hub Marketing Connector擴展crx文件
下載Watson Content Hub Marketing Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mnhooldcjaipneakgbpececpbkipcina |
官方網址 | https://chrome.google.com/webstore/detail/watson-content-hub-market/mnhooldcjaipneakgbpececpbkipcina |
簡介 | This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub. |
檔案大小 | 604 KB |
安裝次數 | 351 |
目前版本 | 2.0 |
更新時間 | 2018-09-27 |
上架時間 | 2018-09-27 |
評分 | 4.80/5 共 5 次評分 |
開發者 | IBM Watson Customer Engagement |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.ibm.com/products/watson-content-hub |
隱私政策頁面URL | https://www.ibm.com/privacy/us/en?lnk=flg-priv-usen |
支援的語言 | 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" } |