Jenkins Notifier for Chrome™

Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…

Jenkins Notifier for Chrome™ là gì?

Jenkins Notifier for Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi mallowlabs, và tính năng chính của nó là "Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…".

Ả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 Jenkins Notifier for Chrome™

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

                        Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ).
This extension notifies you of build results by pop-ups.
If you use Jenkins Websocket plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Websocket+Plugin ), you can receive notifications in real time.

History:
 0.3.4
 fix broken notifications

 0.3.3
 add option "Notification: only failure"

 0.3.2
  support "Use status format" option (from Jenkins Websocket Plugin 1.0.6)

 0.3.1
  update manifest version 2

 0.3:
  Bugfix.

 0.2:
  First release.

Authors:
  mallowlabs 
  mzp 

Repository:
 http://github.com/mallowlabs/jenkins-notifier-for-chrome/
 This extension is an open source software (The MIT License).                    

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

Tên Jenkins Notifier for Chrome™ Jenkins Notifier for Chrome™
ID mnjbjjllbclkpnebaddhkoonjelmiekm
URL Chính Thức https://chromewebstore.google.com/detail/jenkins-notifier-for-chro/mnjbjjllbclkpnebaddhkoonjelmiekm
Mô tả Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…
Kích Thước Tệp 62.48 KB
Số Lần Cài Đặt 685
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2015-07-11
Ngày Phát Hành 2015-07-11
Đánh Giá 3.32/5 Tổng số 22 Đánh Giá
Nhà Phát Triển mallowlabs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mallowlabs/jenkins-notifier-for-chrome/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Jenkins Notifier for Chrome\u2122",
    "version": "0.3.4",
    "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 for Chrome\u2122",
        "default_popup": "options.html"
    },
    "permissions": [
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}