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」です。
拡張機能のスクリーンショット
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 |
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 ) |
Eメール | [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" ] } |