Jenkins Notifier

Jenkins Notifier

Jenkins Notifier là gì?

Jenkins Notifier là một tiện ích mở rộng Chrome được phát triển bởi ctran, và tính năng chính của nó là "Jenkins Notifier".

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

screenshot

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

Tải xuống các tệp mở rộng 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

                        A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/)

You can use this extension to be notified of a single job or a view.

This extension is open-sourced at https://github.com/ctran/chrome-jenkins-notifier.                    

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

Tên Jenkins Notifier Jenkins Notifier
ID ekdifefojaaiofhfbjfkapgfjdfhmbfb
URL Chính Thức https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb
Mô tả Jenkins Notifier
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2013-10-22
Ngày Phát Hành 2013-10-22
Nhà Phát Triển ctran
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ctran/chrome-jenkins-notifier
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jenkins Notifier",
    "description": "Jenkins Notifier",
    "manifest_version": 2,
    "version": "0.1.0",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/blue.png",
        "images\/red.png",
        "images\/yellow.png",
        "images\/grey.png"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Jenkins Notifier",
        "default_popup": "options.html"
    },
    "permissions": [
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}