Jenkins Job Monitor

This extension displays the status of all your jobs in jenkins

What is Jenkins Job Monitor?

Jenkins Job Monitor is a Chrome extension developed by appsnsnaps, and its main feature is "This extension displays the status of all your jobs in jenkins".

Extension Screenshots

screenshot
screenshot

Download Jenkins Job Monitor Extension CRX File

Download Jenkins Job Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Jenkins Job Monitor Jenkins Job Monitor
ID cpaogofeageccpncijfkooacphpiknac
Official URL https://chromewebstore.google.com/detail/jenkins-job-monitor/cpaogofeageccpncijfkooacphpiknac
Description This extension displays the status of all your jobs in jenkins
File Size 30.25 KB
Installation Count 19
Current Version 0.3.1
Last Updated 2016-04-26
Publish Date 2016-04-26
Rating 5.00/5 Total 1 Ratings
Developer appsnsnaps
Payment Type free
Supported Languages 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",
        "*:\/\/*\/*"
    ]
}