ci-chrome-notification

Send chome notifications when jenkins or hudson builds status has changed

ci-chrome-notification란 무엇입니까?

ci-chrome-notification은(는) Damien GOUYETTE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send chome notifications when jenkins or hudson builds status has changed"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ci-chrome-notification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to follow a part or all of the integration server's builds.

Supports jenkins and hudson                    

확장 프로그램 기본 정보

이름 ci-chrome-notification ci-chrome-notification
ID kbgdbodpeimjhldaelnhmmffkbdacbln
공식 URL https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln
설명 Send chome notifications when jenkins or hudson builds status has changed
파일 크기 225 KB
설치 횟수 43
현재 버전 0.5.0
최근 업데이트 2013-09-19
출시 날짜 2013-09-19
평점 4.60/5 총 5 개의 평점
개발자 Damien GOUYETTE
결제 유형 free
확장 프로그램 웹 사이트 http://www.cestpasdur.com
도움말 페이지 URL https://github.com/dgouyette/ci-chrome-notification/issues
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/functions.js",
                "js\/background.js",
                "js\/underscore-1.4.3.min.js"
            ],
            "matches": [
                "http:\/\/jquery.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-1.8.3.min.js",
        "img\/health-00to19.png",
        "img\/health-00to19.png",
        "img\/health-20to39.png",
        "img\/health-40to59.png",
        "img\/health-60to79.png",
        "img\/health-80.png"
    ],
    "description": "Send chome notifications when jenkins or hudson builds status has changed",
    "browser_action": {
        "default_icon": "favicon.ico",
        "popup": "options.htm",
        "default_popup": "options.htm"
    },
    "icons": {
        "128": "favicon.ico"
    },
    "name": "ci-chrome-notification",
    "options_page": "options.htm",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.0",
    "manifest_version": 2
}