Jenkins Job Monitor
This extension displays the status of all your jobs in jenkins
Wat is Jenkins Job Monitor?
Jenkins Job Monitor is een Chrome-extensie ontwikkeld door appsnsnaps, en de belangrijkste functie is "This extension displays the status of all your jobs in jenkins".
Extensie Screenshots
Download het CRX-bestand van de extensie Jenkins Job Monitor
Download Jenkins Job 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
Professional Jenkins job monitor for DevOps teams and hardcore developers, monitor jobs in real time, over multiple servers, pick and choose the jobs you want to monitor.
Basisinformatie over de Extensie
Naam | Jenkins Job Monitor |
ID | cpaogofeageccpncijfkooacphpiknac |
Officiële URL | https://chromewebstore.google.com/detail/jenkins-job-monitor/cpaogofeageccpncijfkooacphpiknac |
Beschrijving | This extension displays the status of all your jobs in jenkins |
Bestandsgrootte | 30.25 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2016-04-26 |
Publicatiedatum | 2016-04-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | appsnsnaps |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jenkins Job Monitor", "description": "This extension displays the status of all your jobs in jenkins", "version": "0.3.1", "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "48": "icon48x48.png", "128": "icon128x128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" }, "permissions": [ "activeTab", "*:\/\/*\/*" ] } |