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…
Co to jest OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy to rozszerzenie Chrome opracowane przez daniels, a jego główną funkcją jest „This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OSF Builder Suite For SFCC :: Deploy
Pobierz pliki rozszerzeń OSF Builder Suite For SFCC :: Deploy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
Oficjalny URL | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Opis | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Rozmiar pliku | 50.37 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.0.10 |
Ostatnia Aktualizacja | 2019-02-04 |
Data Publikacji | 2019-02-03 |
Deweloper | daniels |
Typ Płatności | free |
Strona Rozszerzenia | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Obsługiwane Języki | 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" } } |