Jenkins Notifier

Jenkins Notifier

Co je Jenkins Notifier?

Jenkins Notifier je rozšíření Chrome vyvinuté ctran, a jeho hlavní funkcí je „Jenkins Notifier“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Jenkins Notifier

Stáhněte si soubory rozšíření Jenkins Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Jenkins Notifier Jenkins Notifier
ID ekdifefojaaiofhfbjfkapgfjdfhmbfb
Oficiální URL https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb
Popis Jenkins Notifier
Velikost souboru 138 KB
Počet instalací 34
Aktuální Verze 0.1.0
Poslední Aktualizace 2013-10-22
Datum Vydání 2013-10-22
Vývojář ctran
Typ Platby free
Webové stránky Rozšíření https://github.com/ctran/chrome-jenkins-notifier
Podporované Jazyky 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:\/\/*\/"
    ]
}