ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
Cos'è ci-chrome-notification?
ci-chrome-notification è un'estensione di Chrome sviluppata da Damien GOUYETTE, e la sua funzione principale è "Send chome notifications when jenkins or hudson builds status has changed".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ci-chrome-notification
Scarica i file di estensione ci-chrome-notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to follow a part or all of the integration server's builds. Supports jenkins and hudson
Informazioni di Base sull'Estensione
Nome | |
ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
URL Ufficiale | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
Descrizione | Send chome notifications when jenkins or hudson builds status has changed |
Dimensione del File | 225 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2013-09-19 |
Data di Pubblicazione | 2013-09-19 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Damien GOUYETTE |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cestpasdur.com |
URL della Pagina di Aiuto | https://github.com/dgouyette/ci-chrome-notification/issues |
Lingue Supportate | 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 } |