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…”。

扩展截图

screenshot

下载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 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"
    }
}