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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniels และคุณลักษณะหลักของมันคือ "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFCC / Demandware BM Session Keep Alive

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}