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…
Hvad er OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy er en Chrome-udvidelse udviklet af daniels, og dens hovedfunktion er "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Udvidelsesskærmbilleder
Download OSF Builder Suite For SFCC :: Deploy-udvidelses-CRX-fil
Download OSF Builder Suite For SFCC :: Deploy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | epdbcbegecijepmdpnhogmedieghhbjj |
| Officiel URL | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
| Beskrivelse | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
| Filstørrelse | 50.37 KB |
| Antal Installationer | 106 |
| Nuværende Version | 1.0.10 |
| Senest Opdateret | 2019-02-04 |
| Udgivelsesdato | 2019-02-03 |
| Udvikler | daniels |
| Betalingsmetode | free |
| Udvidelseswebsted | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
| Understøttede Sprog | 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"
}
} | |