Crownpeak Experience Orchestrator

Analyse your recommendations strategies without leaving your website

什么是Crownpeak Experience Orchestrator?

Crownpeak Experience Orchestrator是由Attraqt ( earlybirds )开发的Chrome扩展程序,该扩展的主要功能是“Analyse your recommendations strategies without leaving your website”。

扩展截图

screenshot
screenshot

下载Crownpeak Experience Orchestrator扩展crx文件

下载Crownpeak Experience Orchestrator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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