ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
Qu'est-ce que ci-chrome-notification ?
ci-chrome-notification est une extension Chrome développée par Damien GOUYETTE, et sa fonction principale est "Send chome notifications when jenkins or hudson builds status has changed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ci-chrome-notification
Téléchargez les fichiers d'extension ci-chrome-notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to follow a part or all of the integration server's builds. Supports jenkins and hudson
Informations de Base sur l'Extension
Nom | |
ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
URL Officiel | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
Description | Send chome notifications when jenkins or hudson builds status has changed |
Taille du Fichier | 225 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2013-09-19 |
Date de Publication | 2013-09-19 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Damien GOUYETTE |
Type de Paiement | free |
Site Web de l'Extension | http://www.cestpasdur.com |
URL de la Page d'Aide | https://github.com/dgouyette/ci-chrome-notification/issues |
Langues Prises en Charge | 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 } |