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…
Cos'è OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy è un'estensione di Chrome sviluppata da daniels, e la sua funzione principale è "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OSF Builder Suite For SFCC :: Deploy
Scarica i file di estensione OSF Builder Suite For SFCC :: Deploy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
URL Ufficiale | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Descrizione | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Dimensione del File | 50.37 KB |
Conteggio Installazioni | 106 |
Versione Corrente | 1.0.10 |
Ultimo Aggiornamento | 2019-02-04 |
Data di Pubblicazione | 2019-02-03 |
Sviluppatore | daniels |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Lingue Supportate | 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" } } |