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 |
| 官方URL | 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
} | |