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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Watson Content Hub Marketing Connector

قم بتنزيل ملفات الامتداد Watson Content Hub Marketing Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Watson Content Hub Marketing Connector Watson Content Hub Marketing Connector
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
عنوان صفحة سياسة الخصوصية 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"
}