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…

Apa itu SFCC / Demandware BM Session Keep Alive?

SFCC / Demandware BM Session Keep Alive adalah ekstensi Chrome yang dikembangkan oleh daniels, dan fitur utamanya adalah "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SFCC / Demandware BM Session Keep Alive

Unduh file ekstensi SFCC / Demandware BM Session Keep Alive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
URL Resmi https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
Deskripsi This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
Ukuran File 66.91 KB
Jumlah Instalasi 1,893
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2020-04-16
Tanggal Publikasi 2020-04-16
Penilaian 4.64/5 Total 11 Penilaian
Pengembang daniels
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}