ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
Was ist ci-chrome-notification?
ci-chrome-notification ist eine Chrome-Erweiterung, die von Damien GOUYETTE entwickelt wurde, und ihr Hauptmerkmal ist "Send chome notifications when jenkins or hudson builds status has changed".
Erweiterungsscreenshots
ci-chrome-notification-Erweiterungs-CRX-Datei herunterladen
Laden Sie ci-chrome-notification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to follow a part or all of the integration server's builds.
Supports jenkins and hudson Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
| Offizielle URL | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
| Beschreibung | Send chome notifications when jenkins or hudson builds status has changed |
| Dateigröße | 225 KB |
| Installationsanzahl | 43 |
| Aktuelle Version | 0.5.0 |
| Letztes Update | 2013-09-19 |
| Veröffentlichungsdatum | 2013-09-19 |
| Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
| Entwickler | Damien GOUYETTE |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.cestpasdur.com |
| Hilfeseite URL | https://github.com/dgouyette/ci-chrome-notification/issues |
| Unterstützte Sprachen | 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
} | |