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…

Was ist OSF Builder Suite For SFCC :: Deploy?

OSF Builder Suite For SFCC :: Deploy ist eine Chrome-Erweiterung, die von daniels entwickelt wurde, und ihr Hauptmerkmal ist "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".

Erweiterungsscreenshots

screenshot

OSF Builder Suite For SFCC :: Deploy-Erweiterungs-CRX-Datei herunterladen

Laden Sie OSF Builder Suite For SFCC :: Deploy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OSF Builder Suite For SFCC :: Deploy OSF Builder Suite For SFCC :: Deploy
ID epdbcbegecijepmdpnhogmedieghhbjj
Offizielle URL https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj
Beschreibung This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…
Dateigröße 50.37 KB
Installationsanzahl 106
Aktuelle Version 1.0.10
Letztes Update 2019-02-04
Veröffentlichungsdatum 2019-02-03
Entwickler daniels
Zahlungsart free
Erweiterungswebsite https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy
Unterstützte Sprachen 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"
    }
}