Crownpeak Experience Orchestrator
Analyse your recommendations strategies without leaving your website
Crownpeak Experience Orchestrator là gì?
Crownpeak Experience Orchestrator là một tiện ích mở rộng Chrome được phát triển bởi Attraqt ( earlybirds ), và tính năng chính của nó là "Analyse your recommendations strategies without leaving your website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crownpeak Experience Orchestrator
Tải xuống các tệp mở rộng Crownpeak Experience Orchestrator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crownpeak Experience Orchestrator |
ID | icognleckonecpphokboemgcgcohcepi |
URL Chính Thức | https://chromewebstore.google.com/detail/crownpeak-experience-orch/icognleckonecpphokboemgcgcohcepi |
Mô tả | Analyse your recommendations strategies without leaving your website |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 479 |
Phiên Bản Hiện Tại | 5.1.6 |
Cập Nhật Lần Cuối | 2023-06-14 |
Ngày Phát Hành | 2020-04-16 |
Nhà Phát Triển | Attraqt ( earlybirds ) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.crownpeak.com/ |
URL Trang Chính Sách Bảo Mật | https://www.attraqt.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |