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是由daniels开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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 |
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" } } |