Jenkins Monitor

Chrome Extensions to monitor your jenkins ci.

What is Jenkins Monitor?

Jenkins Monitor is a Chrome extension developed by justlaputa, and its main feature is "Chrome Extensions to monitor your jenkins ci.".

Extension Screenshots

screenshot
screenshot

Download Jenkins Monitor Extension CRX File

Download Jenkins 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

                        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.                    

Extension Basic Information

Name Jenkins Monitor Jenkins Monitor
ID chhebdmlkojbdgadopnedfmoapbeiofi
Official URL https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi
Description Chrome Extensions to monitor your jenkins ci.
File Size 385 KB
Installation Count 236
Current Version 0.1.5
Last Updated 2016-12-12
Publish Date 2016-12-12
Rating 3.12/5 Total 17 Ratings
Developer justlaputa
Payment Type free
Help Page URL https://github.com/justlaputa/jenkins-chrome/issues
Supported Languages 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"
    ]
}