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…
Vad är OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy är en Chrome-tillägg utvecklad av daniels, och dess huvudfunktion är "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Tilläggsskärmbilder
Ladda ner OSF Builder Suite For SFCC :: Deploy-förlängningens CRX-fil
Ladda ner OSF Builder Suite For SFCC :: Deploy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | epdbcbegecijepmdpnhogmedieghhbjj |
| Officiell webbadress | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
| Beskrivning | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
| Filstorlek | 50.37 KB |
| Antal Installationer | 106 |
| Aktuell Version | 1.0.10 |
| Senast Uppdaterad | 2019-02-04 |
| Publiceringsdatum | 2019-02-03 |
| Utvecklare | daniels |
| Betalningssätt | free |
| Tilläggswebbplats | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
| Stödda Språk | 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"
}
} | |