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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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