Yet Another Jenkins Notifier

This extension notifies you on Jenkins build results.

Yet Another Jenkins Notifier란 무엇입니까?

Yet Another Jenkins Notifier은(는) Guillaume Girou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension notifies you on Jenkins build results."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Yet Another Jenkins Notifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension monitors Jenkins jobs and notifies you of build results with desktop notifications.

Features:  
✔ Pop-up notifications  
✔ Single job, view jobs or all jobs monitoring  
✔ Folder and Pipeline support  
✔ Multiple Jenkins servers support  
✔ Number of failing, unstable or stable jobs in icon badge  
✔ Choose to be notified on every build or on every unstable build  

Source code:
https://github.com/ggirou/yet-another-jenkins-notifier

Found a bug? Please submit an issue or even better, submit a pull request :)
https://github.com/ggirou/yet-another-jenkins-notifier/issues/new

Copyright 2016 Yet Another Jenkins Notifier.
Released under GNU General Public License v3.0.                    

확장 프로그램 기본 정보

이름 Yet Another Jenkins Notifier Yet Another Jenkins Notifier
ID cimdjdaglanfkpfpoemjkfkmjgkmahpg
공식 URL https://chromewebstore.google.com/detail/yet-another-jenkins-notif/cimdjdaglanfkpfpoemjkfkmjgkmahpg
설명 This extension notifies you on Jenkins build results.
파일 크기 196 KB
설치 횟수 2,055
현재 버전 2.3.1
최근 업데이트 2016-11-16
출시 날짜 2016-11-16
평점 4.43/5 총 23 개의 평점
개발자 Guillaume Girou
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ggirou/yet-another-jenkins-notifier
도움말 페이지 URL https://github.com/ggirou/yet-another-jenkins-notifier/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Jenkins Notifier",
    "description": "This extension notifies you on Jenkins build results.",
    "author": "Guillaume Girou",
    "homepage_url": "https:\/\/github.com\/ggirou\/yet-another-jenkins-notifier",
    "version": "2.3.1",
    "minimum_chrome_version": "45",
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Yet Another Jenkins Notifier"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/services.js",
            "js\/background.js",
            "js\/ga.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "storage",
        "notifications"
    ]
}