OSF Builder Suite For SFCC :: Deploy
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…
ما هو OSF Builder Suite For SFCC :: Deploy؟
OSF Builder Suite For SFCC :: Deploy هو إضافة Chrome تم تطويرها بواسطة daniels، والميزة الرئيسية لها هي "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OSF Builder Suite For SFCC :: Deploy
قم بتنزيل ملفات الامتداد OSF Builder Suite For SFCC :: Deploy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC instance where the build was deployed using "OSF Builder Suite For SFCC :: Deploy" Jenkins plugin. معلومات أساسية عن التمديد
| الاسم | |
| ID | epdbcbegecijepmdpnhogmedieghhbjj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
| الوصف | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
| حجم الملف | 50.37 KB |
| عدد التثبيتات | 106 |
| النسخة الحالية | 1.0.10 |
| آخر تحديث | 2019-02-04 |
| تاريخ النشر | 2019-02-03 |
| المطور | daniels |
| نوع الدفع | free |
| موقع الإضافة | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OSF Builder Suite For SFCC :: Deploy",
"version": "1.0.10",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_title": "OSF Builder Suite For SFCC :: Deploy",
"default_icon": "icon128.png",
"default_popup": "main.html"
},
"manifest_version": 2,
"icons": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
}
} | |