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 с друзьями, чтобы легко установить расширения 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.                    

Основная информация о расширении

Название 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
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"
}