Yet Another Jenkins Notifier

This extension notifies you on Jenkins build results.

Yet Another Jenkins Notifier là gì?

Yet Another Jenkins Notifier là một tiện ích mở rộng Chrome được phát triển bởi Guillaume Girou, và tính năng chính của nó là "This extension notifies you on Jenkins build results.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yet Another Jenkins Notifier

Tải xuống các tệp mở rộng Yet Another Jenkins Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yet Another Jenkins Notifier Yet Another Jenkins Notifier
ID cimdjdaglanfkpfpoemjkfkmjgkmahpg
URL Chính Thức https://chromewebstore.google.com/detail/yet-another-jenkins-notif/cimdjdaglanfkpfpoemjkfkmjgkmahpg
Mô tả This extension notifies you on Jenkins build results.
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 2,055
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2016-11-16
Ngày Phát Hành 2016-11-16
Đánh Giá 4.43/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Guillaume Girou
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ggirou/yet-another-jenkins-notifier
URL Trang Trợ Giúp https://github.com/ggirou/yet-another-jenkins-notifier/issues/new
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}