Commerce Cloud Recommendations Simulator

Simulate Salesforce Commerce Cloud (SFCC) Recommendations

What is Commerce Cloud Recommendations Simulator?

Commerce Cloud Recommendations Simulator is a Chrome extension developed by Yassir Mounsif, and its main feature is "Simulate Salesforce Commerce Cloud (SFCC) Recommendations".

Extension Screenshots

screenshot

Download Commerce Cloud Recommendations Simulator Extension CRX File

Download Commerce Cloud Recommendations Simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Commerce Cloud Recommendations Simulator Commerce Cloud Recommendations Simulator
ID noakaibccimdeocelpinjhmbphooheji
Official URL https://chromewebstore.google.com/detail/commerce-cloud-recommenda/noakaibccimdeocelpinjhmbphooheji
Description Simulate Salesforce Commerce Cloud (SFCC) Recommendations
File Size 775 KB
Installation Count 62
Current Version 0.1.1
Last Updated 2024-01-13
Publish Date 2024-01-09
Rating 5.00/5 Total 1 Ratings
Developer Yassir Mounsif
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}