ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
什麼是ci-chrome-notification?
ci-chrome-notification是由Damien GOUYETTE開發的Chrome擴展程式,該擴展的主要功能是“Send chome notifications when jenkins or hudson builds status has changed”。
擴展截圖
下載ci-chrome-notification擴展crx文件
下載ci-chrome-notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to follow a part or all of the integration server's builds.
Supports jenkins and hudson 擴展基本資訊
| 名稱 | |
| ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
| 官方網址 | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
| 簡介 | Send chome notifications when jenkins or hudson builds status has changed |
| 檔案大小 | 225 KB |
| 安裝次數 | 43 |
| 目前版本 | 0.5.0 |
| 更新時間 | 2013-09-19 |
| 上架時間 | 2013-09-19 |
| 評分 | 4.60/5 共 5 次評分 |
| 開發者 | Damien GOUYETTE |
| 付費類型 | free |
| 擴展官網 | http://www.cestpasdur.com |
| 說明頁面URL | https://github.com/dgouyette/ci-chrome-notification/issues |
| 支援的語言 | en |
| manifest.json | |
{
"background": {
"page": "background.htm"
},
"content_scripts": [
{
"js": [
"js\/jquery-1.8.3.min.js",
"js\/functions.js",
"js\/background.js",
"js\/underscore-1.4.3.min.js"
],
"matches": [
"http:\/\/jquery.com\/*"
]
}
],
"web_accessible_resources": [
"js\/jquery-1.8.3.min.js",
"img\/health-00to19.png",
"img\/health-00to19.png",
"img\/health-20to39.png",
"img\/health-40to59.png",
"img\/health-60to79.png",
"img\/health-80.png"
],
"description": "Send chome notifications when jenkins or hudson builds status has changed",
"browser_action": {
"default_icon": "favicon.ico",
"popup": "options.htm",
"default_popup": "options.htm"
},
"icons": {
"128": "favicon.ico"
},
"name": "ci-chrome-notification",
"options_page": "options.htm",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.5.0",
"manifest_version": 2
} | |