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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This version works with the new **Common Shell UI** of IBM Watson Campaign Automation and IBM Watson Content Hub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Watson Content Hub Marketing Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |