Crownpeak Experience Orchestrator

Analyse your recommendations strategies without leaving your website

Crownpeak Experience Orchestrator क्या है?

Crownpeak Experience Orchestrator Attraqt ( earlybirds ) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyse your recommendations strategies without leaving your website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crownpeak Experience Orchestrator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get a detailed view of the merchandising rules and algorithms applied without leaving your website.

Crownpeak's (formerly Attraqt) Experience Orchestrator (XO) extension gives you a direct view of what is happening on your site and tells you where in the XO interface that recommendation strategy was triggered. A simple click will take you straight to the location on the XO user interface, where you can modify and update your strategy.

This extension is also useful when troubleshooting parameters without opening an API call. Learn more about XO chrome extension https://support.crownpeak.com/hc/en-us/articles/11135735726365-Getting-started-with-the-XO-Google-Chrome-Extension . To find more information about Crownpeak (formerly Attraqt), visit www.attraqt.com                    

एक्सटेंशन की मूल जानकारी

नाम Crownpeak Experience Orchestrator Crownpeak Experience Orchestrator
ID icognleckonecpphokboemgcgcohcepi
आधिकारिक URL https://chromewebstore.google.com/detail/crownpeak-experience-orch/icognleckonecpphokboemgcgcohcepi
विवरण Analyse your recommendations strategies without leaving your website
फ़ाइल का आकार 1.27 MB
स्थापना संख्या 479
वर्तमान संस्करण 5.1.6
अंतिम अपडेट 2023-06-14
प्रकाशन तिथि 2020-04-16
डेवलपर Attraqt ( earlybirds )
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.crownpeak.com/
गोपनीयता नीति पृष्ठ URL https://www.attraqt.com/privacy-policy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "web_accessible_resources": [
        "top-bar\/top-bar.html",
        "images\/logo_128px.png",
        "background\/reco-listener.js",
        "inspector\/inspector.html",
        "settings-popup\/settings-popup.html",
        "top-bar\/view-as.html"
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "5.1.6",
    "version_name": "5.1.6",
    "browser_action": {
        "default_icon": "images\/logo_128px.png"
    },
    "background": {
        "scripts": [
            "background\/index.js",
            "lib\/hot-reload.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "images\/logo_128px.png"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "https:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ]
}