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