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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SFCC / Demandware BM Session Keep Alive
قم بتنزيل ملفات الامتداد SFCC / Demandware BM Session Keep Alive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |