Jenkins Notifier

Jenkins Notifier

What is Jenkins Notifier?

Jenkins Notifier is a Chrome extension developed by ctran, and its main feature is "Jenkins Notifier".

Extension Screenshots

screenshot

Download Jenkins Notifier Extension CRX File

Download Jenkins Notifier 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 be notified of a single job or a view.

This extension is open-sourced at https://github.com/ctran/chrome-jenkins-notifier.                    

Extension Basic Information

Name Jenkins Notifier Jenkins Notifier
ID ekdifefojaaiofhfbjfkapgfjdfhmbfb
Official URL https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb
Description Jenkins Notifier
File Size 138 KB
Installation Count 34
Current Version 0.1.0
Last Updated 2013-10-22
Publish Date 2013-10-22
Developer ctran
Payment Type free
Extension Website https://github.com/ctran/chrome-jenkins-notifier
Supported Languages 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:\/\/*\/"
    ]
}