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ファイルをダウンロード

Yet Another Jenkins Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}