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?

SFCC / Demandware BM Session Keep Alive是由daniels開發的Chrome擴展程式,該擴展的主要功能是“This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…”。

擴展截圖

screenshot

下載SFCC / Demandware BM Session Keep Alive擴展crx文件

下載SFCC / Demandware BM Session Keep Alive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
官方網址 https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
簡介 This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
檔案大小 66.91 KB
安裝次數 1,893
目前版本 1.3.0
更新時間 2020-04-16
上架時間 2020-04-16
評分 4.64/5 共 11 次評分
開發者 daniels
付費類型 free
支援的語言 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"
    }
}