Jenkins Notifier
Jenkins Notifier
什麼是Jenkins Notifier?
Jenkins Notifier是由ctran開發的Chrome擴展程式,該擴展的主要功能是“Jenkins Notifier”。
擴展截圖
下載Jenkins Notifier擴展crx文件
下載Jenkins Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ekdifefojaaiofhfbjfkapgfjdfhmbfb |
| 官方網址 | https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb |
| 簡介 | Jenkins Notifier |
| 檔案大小 | 138 KB |
| 安裝次數 | 34 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2013-10-22 |
| 上架時間 | 2013-10-22 |
| 開發者 | ctran |
| 付費類型 | free |
| 擴展官網 | https://github.com/ctran/chrome-jenkins-notifier |
| 支援的語言 | 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:\/\/*\/"
]
} | |