Commerce Cloud Recommendations Simulator

Simulate Salesforce Commerce Cloud (SFCC) Recommendations

Cos'è Commerce Cloud Recommendations Simulator?

Commerce Cloud Recommendations Simulator è un'estensione di Chrome sviluppata da Yassir Mounsif, e la sua funzione principale è "Simulate Salesforce Commerce Cloud (SFCC) Recommendations".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Commerce Cloud Recommendations Simulator

Scarica i file di estensione Commerce Cloud Recommendations Simulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Commerce Cloud Recommendations Simulator Commerce Cloud Recommendations Simulator
ID noakaibccimdeocelpinjhmbphooheji
URL Ufficiale https://chromewebstore.google.com/detail/commerce-cloud-recommenda/noakaibccimdeocelpinjhmbphooheji
Descrizione Simulate Salesforce Commerce Cloud (SFCC) Recommendations
Dimensione del File 775 KB
Conteggio Installazioni 62
Versione Corrente 0.1.1
Ultimo Aggiornamento 2024-01-13
Data di Pubblicazione 2024-01-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Yassir Mounsif
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}