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…
Apa itu OSF Builder Suite For SFCC :: Deploy?
OSF Builder Suite For SFCC :: Deploy adalah ekstensi Chrome yang dikembangkan oleh daniels, dan fitur utamanya adalah "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OSF Builder Suite For SFCC :: Deploy
Unduh file ekstensi OSF Builder Suite For SFCC :: Deploy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OSF Builder Suite For SFCC :: Deploy |
ID | epdbcbegecijepmdpnhogmedieghhbjj |
URL Resmi | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
Deskripsi | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
Ukuran File | 50.37 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.0.10 |
Terakhir Diperbarui | 2019-02-04 |
Tanggal Publikasi | 2019-02-03 |
Pengembang | daniels |
Tipe Pembayaran | free |
Situs Ekstensi | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
Bahasa yang Didukung | 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" } } |