Commerce Cloud Recommendations Simulator

Simulate Salesforce Commerce Cloud (SFCC) Recommendations

Was ist Commerce Cloud Recommendations Simulator?

Commerce Cloud Recommendations Simulator ist eine Chrome-Erweiterung, die von Yassir Mounsif entwickelt wurde, und ihr Hauptmerkmal ist "Simulate Salesforce Commerce Cloud (SFCC) Recommendations".

Erweiterungsscreenshots

screenshot

Commerce Cloud Recommendations Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commerce Cloud Recommendations Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension makes it possible to simulate Einstein recommendations on development environments for B2C Commerce, it supports:

* Multiple storefronts.
* Custom configuration per content slot.
* Custom products list per simulation.                    

Grundlegende Informationen zur Erweiterung

Name Commerce Cloud Recommendations Simulator Commerce Cloud Recommendations Simulator
ID noakaibccimdeocelpinjhmbphooheji
Offizielle URL https://chromewebstore.google.com/detail/commerce-cloud-recommenda/noakaibccimdeocelpinjhmbphooheji
Beschreibung Simulate Salesforce Commerce Cloud (SFCC) Recommendations
Dateigröße 775 KB
Installationsanzahl 62
Aktuelle Version 0.1.1
Letztes Update 2024-01-13
Veröffentlichungsdatum 2024-01-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Yassir Mounsif
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Commerce Cloud Recommendations Simulator",
    "description": "Simulate Salesforce Commerce Cloud (SFCC) Recommendations",
    "version": "0.1.1",
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo\/logo16.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "32": "logo\/logo32.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}