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…
O que é SFCC / Demandware BM Session Keep Alive?
SFCC / Demandware BM Session Keep Alive é uma extensão do Chrome desenvolvida por daniels, e sua principal característica é "This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SFCC / Demandware BM Session Keep Alive
Baixe arquivos de extensão SFCC / Demandware BM Session Keep Alive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SFCC / Demandware BM Session Keep Alive |
ID | ijpanngdfpjaogfmobflgnhfpagcidjl |
URL Oficial | https://chromewebstore.google.com/detail/sfcc-demandware-bm-sessio/ijpanngdfpjaogfmobflgnhfpagcidjl |
Descrição | This extension prevents your session from expiring while you are connected to a SFCC Demandware sandbox BM. By default the… |
Tamanho do Arquivo | 66.91 KB |
Contagem de Instalações | 1,893 |
Versão Atual | 1.3.0 |
Última Atualização | 2020-04-16 |
Data de Publicação | 2020-04-16 |
Classificação | 4.64/5 Total de 11 Avaliações |
Desenvolvedor | daniels |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |