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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |