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…

Vad är SFCC / Demandware BM Session Keep Alive?

SFCC / Demandware BM Session Keep Alive är en Chrome-tillägg utvecklad av daniels, och dess huvudfunktion är "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".

Tilläggsskärmbilder

screenshot

Ladda ner SFCC / Demandware BM Session Keep Alive-förlängningens CRX-fil

Ladda ner SFCC / Demandware BM Session Keep Alive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SFCC / Demandware BM Session Keep Alive SFCC / Demandware BM Session Keep Alive
ID ijpanngdfpjaogfmobflgnhfpagcidjl
Officiell webbadress https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl
Beskrivning This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…
Filstorlek 66.91 KB
Antal Installationer 1,893
Aktuell Version 1.3.0
Senast Uppdaterad 2020-04-16
Publiceringsdatum 2020-04-16
Betyg 4.64/5 Totalt 11 Betyg
Utvecklare daniels
Betalningssätt free
Stödda Språk 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"
    }
}