Crownpeak Experience Orchestrator
Analyse your recommendations strategies without leaving your website
Qu'est-ce que Crownpeak Experience Orchestrator ?
Crownpeak Experience Orchestrator est une extension Chrome développée par Attraqt ( earlybirds ), et sa fonction principale est "Analyse your recommendations strategies without leaving your website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crownpeak Experience Orchestrator
Téléchargez les fichiers d'extension Crownpeak Experience Orchestrator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Crownpeak Experience Orchestrator |
ID | icognleckonecpphokboemgcgcohcepi |
URL Officiel | https://chromewebstore.google.com/detail/crownpeak-experience-orch/icognleckonecpphokboemgcgcohcepi |
Description | Analyse your recommendations strategies without leaving your website |
Taille du Fichier | 1.27 MB |
Nombre d'Installations | 479 |
Version Actuelle | 5.1.6 |
Dernière Mise à Jour | 2023-06-14 |
Date de Publication | 2020-04-16 |
Développeur | Attraqt ( earlybirds ) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.crownpeak.com/ |
URL de la Page de Politique de Confidentialité | https://www.attraqt.com/privacy-policy |
Langues Prises en Charge | 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" ] } |