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 là gì?

OSF Builder Suite For SFCC :: Deploy là một tiện ích mở rộng Chrome được phát triển bởi daniels, và tính năng chính của nó là "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OSF Builder Suite For SFCC :: Deploy

Tải xuống các tệp mở rộng OSF Builder Suite For SFCC :: Deploy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OSF Builder Suite For SFCC :: Deploy OSF Builder Suite For SFCC :: Deploy
ID epdbcbegecijepmdpnhogmedieghhbjj
URL Chính Thức https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj
Mô tả This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…
Kích Thước Tệp 50.37 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2019-02-04
Ngày Phát Hành 2019-02-03
Nhà Phát Triển daniels
Loại Thanh Toán free
Trang Web Mở Rộng https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}