SFCC / Demandware BM Session Keep Alive

This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…

SFCC / Demandware BM Session Keep Alive là gì?

SFCC / Demandware BM Session Keep Alive là một tiện ích mở rộng Chrome được phát triển bởi daniels, và tính năng chính của nó là "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".

Ả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 SFCC / Demandware BM Session Keep Alive

Tải xuống các tệp mở rộng SFCC / Demandware BM Session Keep Alive 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 prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. 
By default the extension is enabled and will work only for sandboxes while it's disabled for development and staging instances for security reasons but you can enable this in the settings tab of the extension.                    

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

Tên SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
URL Chính Thức https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
Mô tả This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
Kích Thước Tệp 66.91 KB
Số Lần Cài Đặt 1,893
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-04-16
Ngày Phát Hành 2020-04-16
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển daniels
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFCC \/ Demandware BM Session Keep Alive",
    "version": "1.3.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon128.png",
        "default_title": "SFCC \/ Demandware BM Session Keep Alive"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.demandware.net\/on\/demandware.store\/Sites-Site",
        "https:\/\/*.demandware.net\/on\/demandware.store\/Sites-Site\/*",
        "https:\/\/*.commercecloud.salesforce.com\/on\/demandware.store\/Sites-Site",
        "https:\/\/*.commercecloud.salesforce.com\/on\/demandware.store\/Sites-Site\/*"
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    }
}