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…
Qu'est-ce que OSF Builder Suite For SFCC :: Deploy ?
OSF Builder Suite For SFCC :: Deploy est une extension Chrome développée par daniels, et sa fonction principale est "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OSF Builder Suite For SFCC :: Deploy
Téléchargez les fichiers d'extension OSF Builder Suite For SFCC :: Deploy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
URL Officiel | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Description | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Taille du Fichier | 50.37 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.0.10 |
Dernière Mise à Jour | 2019-02-04 |
Date de Publication | 2019-02-03 |
Développeur | daniels |
Type de Paiement | free |
Site Web de l'Extension | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Langues Prises en Charge | 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" } } |