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…

Cos'è SFCC / Demandware BM Session Keep Alive?

SFCC / Demandware BM Session Keep Alive è un'estensione di Chrome sviluppata da daniels, e la sua funzione principale è "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SFCC / Demandware BM Session Keep Alive

Scarica i file di estensione SFCC / Demandware BM Session Keep Alive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
URL Ufficiale https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
Descrizione This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
Dimensione del File 66.91 KB
Conteggio Installazioni 1,893
Versione Corrente 1.3.0
Ultimo Aggiornamento 2020-04-16
Data di Pubblicazione 2020-04-16
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore daniels
Tipo di Pagamento free
Lingue Supportate 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"
    }
}