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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IBM Watson Customer Engagement และคุณลักษณะหลักของมันคือ "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watson Content Hub Marketing Connector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |