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.                     擴展基本資訊
| 名稱 |   |  
| ID | epdbcbegecijepmdpnhogmedieghhbjj | 
| 官方網址 | 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"
    }
}  |  |