Commerce Cloud Recommendation Validator
This is a tool to help with preliminary validation of Salesforce Commerce Cloud Einstein integration
Τι είναι το Commerce Cloud Recommendation Validator;
Το Commerce Cloud Recommendation Validator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cce-integration-validator-deployment, και η κύρια λειτουργία του είναι "This is a tool to help with preliminary validation of Salesforce Commerce Cloud Einstein integration".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Commerce Cloud Recommendation Validator
Λήψη αρχείων επέκτασης Commerce Cloud Recommendation Validator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a tool to help with preliminary validation of Salesforce Commerce Cloud Einstein integration. It includes support for: - site activity - site recommendations - email recommendations - email open pixels 0.12 - cleans up Chrome store package - no user-facing changes 0.10.7 - fix bug that caused certain activities using the new API to not report in the extension 0.10.6 - Add support for new version of backend API 0.9.11 - Warnings about missing product ID fields are now more intelligent and depend on the "type' field of the product. 0.9.10 - Fix scenarios where tab loading event is triggered twice before complete 0.9.9 - Add a few more user-friendly field names - Detect preview recommendations in Configurator 0.9.8 - Add more helpful message when recommender returns no products 0.9.7 - Add user friendly names to fields. Hovering over a field will display the corresponding key in the pebble request. 0.9.6 - Detect Pixel for non .com domain extensions 0.9.4 updates: - Stops following "Unsubscribe" links, which can cause users to unintentionally unsubscribe from their email lists 0.9.3 updates: - Detect more types of incorrect pixel URLs and improve validation for them - Fix bug that was causing 'pixel is visible' error not to show - Better formatting for pixel validation url/warnings/errors - Add messages for links that look like they are for us but are otherwise unrecognizable - Better warning for 'Pixel is visible' error -- gives a suggestion on how to fix 0.9.2 updates: - Salesforce rebranding - Event loading bug fixes - Improved pixel validation (warning when non email address used for user ID) - Fix bug that was causing certain pixels to not be detected 0.9.1 updates: - Add support for cm_mmc field for email recommendations - Add additional validation for email links - Support non-numeric email versions Version 0.9.0 - shows an error when the email pixel is visible (should be hidden) - fixes some linting / formatting - fixes misleading error w/ automatic viewPage activity Version 0.8.1 - ui improvements - add ability to disable activity collection - renamed to DWPI Integration Validator Version 0.7.0: - ui improvements - converted to a panel instead of a tab in dev tools - shows badge notification on activity capture - better 'product' object validation - add support for email open tracking pixel
Βασικές Πληροφορίες Επέκτασης
Όνομα | Commerce Cloud Recommendation Validator |
ID | dobmbolmcejainkefklnpkjbaibgjihn |
Επίσημο URL | https://chromewebstore.google.com/detail/commerce-cloud-recommenda/dobmbolmcejainkefklnpkjbaibgjihn |
Περιγραφή | This is a tool to help with preliminary validation of Salesforce Commerce Cloud Einstein integration |
Μέγεθος Αρχείου | 917 KB |
Αριθμός Εγκαταστάσεων | 6,778 |
Τρέχουσα Έκδοση | 0.12.2 |
Τελευταία Ενημέρωση | 2023-03-10 |
Ημερομηνία Δημοσίευσης | 2019-09-13 |
Αξιολόγηση | 4.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | cce-integration-validator-deployment |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Commerce Cloud Recommendation Validator", "description": "This is a tool to help with preliminary validation of Salesforce Commerce Cloud Einstein integration", "version": "0.12.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/bg.js" ] }, "permissions": [ "tabs", "webRequest", "contextMenus", "storage", " |