Commerce Cloud Recommendations Simulator

Simulate Salesforce Commerce Cloud (SFCC) Recommendations

Commerce Cloud Recommendations Simulator là gì?

Commerce Cloud Recommendations Simulator là một tiện ích mở rộng Chrome được phát triển bởi Yassir Mounsif, và tính năng chính của nó là "Simulate Salesforce Commerce Cloud (SFCC) Recommendations".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Commerce Cloud Recommendations Simulator

Tải xuống các tệp mở rộng Commerce Cloud Recommendations Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Commerce Cloud Recommendations Simulator Commerce Cloud Recommendations Simulator
ID noakaibccimdeocelpinjhmbphooheji
URL Chính Thức https://chromewebstore.google.com/detail/commerce-cloud-recommenda/noakaibccimdeocelpinjhmbphooheji
Mô tả Simulate Salesforce Commerce Cloud (SFCC) Recommendations
Kích Thước Tệp 775 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2024-01-13
Ngày Phát Hành 2024-01-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yassir Mounsif
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}