Yet Another Jenkins Notifier

This extension notifies you on Jenkins build results.

Yet Another Jenkins Notifierคืออะไร?

Yet Another Jenkins Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guillaume Girou และคุณลักษณะหลักของมันคือ "This extension notifies you on Jenkins build results."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another Jenkins Notifier

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}