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"
    }
}