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…
What is OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy is a Chrome extension developed by daniels, and its main feature is "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Extension Screenshots
Download OSF Builder Suite For SFCC :: Deploy Extension CRX File
Download OSF Builder Suite For SFCC :: Deploy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
Official URL | 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… |
File Size | 50.37 KB |
Installation Count | 106 |
Current Version | 1.0.10 |
Last Updated | 2019-02-04 |
Publish Date | 2019-02-03 |
Developer | daniels |
Payment Type | free |
Extension Website | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Supported Languages | 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" } } |