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…
OSF Builder Suite For SFCC :: Deployとは何ですか?
OSF Builder Suite For SFCC :: Deployはdanielsによって開発されたChromeの拡張機能で、その主な機能は「This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…」です。
拡張機能のスクリーンショット
OSF Builder Suite For SFCC :: Deploy拡張機能のCRXファイルをダウンロード
OSF Builder Suite For SFCC :: Deploy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
公式URL | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
説明 | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
ファイルサイズ | 50.37 KB |
インストール数 | 106 |
現在のバージョン | 1.0.10 |
最終更新日 | 2019-02-04 |
公開日 | 2019-02-03 |
開発者 | daniels |
支払い方法 | free |
拡張機能のウェブサイト | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
対応言語 | 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" } } |