Crownpeak Experience Orchestrator
Analyse your recommendations strategies without leaving your website
Crownpeak Experience Orchestratorคืออะไร?
Crownpeak Experience Orchestrator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Attraqt ( earlybirds ) และคุณลักษณะหลักของมันคือ "Analyse your recommendations strategies without leaving your website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crownpeak Experience Orchestrator
ดาวน์โหลดไฟล์ส่วนขยาย 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 ) |
อีเมล | [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" ] } |