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 je OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy je rozšíření Chrome vyvinuté daniels, a jeho hlavní funkcí je „This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OSF Builder Suite For SFCC :: Deploy
Stáhněte si soubory rozšíření OSF Builder Suite For SFCC :: Deploy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
Oficiální URL | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Popis | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Velikost souboru | 50.37 KB |
Počet instalací | 106 |
Aktuální Verze | 1.0.10 |
Poslední Aktualizace | 2019-02-04 |
Datum Vydání | 2019-02-03 |
Vývojář | daniels |
Typ Platby | free |
Webové stránky Rozšíření | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Podporované Jazyky | 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" } } |