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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | OSF Builder Suite For SFCC :: Deploy |
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" } } |