Jenkins Monitor
Chrome Extensions to monitor your jenkins ci.
Wat is Jenkins Monitor?
Jenkins Monitor is een Chrome-extensie ontwikkeld door justlaputa, en de belangrijkste functie is "Chrome Extensions to monitor your jenkins ci.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jenkins Monitor
Download Jenkins Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/) You can use this extension to view all your jenkins jobs, and get desktop notification of any job status change event.
Basisinformatie over de Extensie
Naam | Jenkins Monitor |
ID | chhebdmlkojbdgadopnedfmoapbeiofi |
Officiële URL | https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi |
Beschrijving | Chrome Extensions to monitor your jenkins ci. |
Bestandsgrootte | 385 KB |
Aantal Installaties | 236 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2016-12-12 |
Publicatiedatum | 2016-12-12 |
Beoordeling | 3.12/5 Totaal 17 Beoordelingen |
Ontwikkelaar | justlaputa |
Betalingswijze | free |
Help Pagina-URL | https://github.com/justlaputa/jenkins-chrome/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jenkins Monitor", "version": "0.1.5", "manifest_version": 2, "description": "Chrome Extensions to monitor your jenkins ci.", "homepage_url": "https:\/\/github.com\/justlaputa\/jenkins-monitor", "minimum_chrome_version": "22", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "alarms", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/blue.png", "img\/green.png", "img\/grey.png", "img\/red.png", "img\/yellow.png" ] } |