Jenkins Monitor

Chrome Extensions to monitor your jenkins ci.

Jenkins Monitor란 무엇입니까?

Jenkins Monitor은(는) justlaputa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extensions to monitor your jenkins ci."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Jenkins Monitor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/)

You can use this extension to view all your jenkins jobs, and get desktop notification of any job status change event.                    

확장 프로그램 기본 정보

이름 Jenkins Monitor Jenkins Monitor
ID chhebdmlkojbdgadopnedfmoapbeiofi
공식 URL https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi
설명 Chrome Extensions to monitor your jenkins ci.
파일 크기 385 KB
설치 횟수 236
현재 버전 0.1.5
최근 업데이트 2016-12-12
출시 날짜 2016-12-12
평점 3.12/5 총 17 개의 평점
개발자 justlaputa
결제 유형 free
도움말 페이지 URL https://github.com/justlaputa/jenkins-chrome/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jenkins Monitor",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "Chrome Extensions to monitor your jenkins ci.",
    "homepage_url": "https:\/\/github.com\/justlaputa\/jenkins-monitor",
    "minimum_chrome_version": "22",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/blue.png",
        "img\/green.png",
        "img\/grey.png",
        "img\/red.png",
        "img\/yellow.png"
    ]
}