Jenkins Notifier
Jenkins Notifier
Cos'è Jenkins Notifier?
Jenkins Notifier è un'estensione di Chrome sviluppata da ctran, e la sua funzione principale è "Jenkins Notifier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jenkins Notifier
Scarica i file di estensione Jenkins Notifier 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
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/) You can use this extension to be notified of a single job or a view. This extension is open-sourced at https://github.com/ctran/chrome-jenkins-notifier.
Informazioni di Base sull'Estensione
Nome | Jenkins Notifier |
ID | ekdifefojaaiofhfbjfkapgfjdfhmbfb |
URL Ufficiale | https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb |
Descrizione | Jenkins Notifier |
Dimensione del File | 138 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2013-10-22 |
Data di Pubblicazione | 2013-10-22 |
Sviluppatore | ctran |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ctran/chrome-jenkins-notifier |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jenkins Notifier", "description": "Jenkins Notifier", "manifest_version": 2, "version": "0.1.0", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "web_accessible_resources": [ "images\/blue.png", "images\/red.png", "images\/yellow.png", "images\/grey.png" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "Jenkins Notifier", "default_popup": "options.html" }, "permissions": [ "background", "notifications", "http:\/\/*\/", "https:\/\/*\/" ] } |