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…

Qu'est-ce que SFCC / Demandware BM Session Keep Alive ?

SFCC / Demandware BM Session Keep Alive est une extension Chrome développée par daniels, et sa fonction principale est "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SFCC / Demandware BM Session Keep Alive

Téléchargez les fichiers d'extension SFCC / Demandware BM Session Keep Alive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
URL Officiel https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
Description This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
Taille du Fichier 66.91 KB
Nombre d'Installations 1,893
Version Actuelle 1.3.0
Dernière Mise à Jour 2020-04-16
Date de Publication 2020-04-16
Évaluation 4.64/5 Total 11 Évaluations
Développeur daniels
Type de Paiement free
Langues Prises en Charge 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"
    }
}