Jenkins Build Monitor

Get status of Jenkins builds

Co je Jenkins Build Monitor?

Jenkins Build Monitor je rozšíření Chrome vyvinuté Ashish Mathur, a jeho hlavní funkcí je „Get status of Jenkins builds“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Jenkins Build Monitor

Stáhněte si soubory rozšíření Jenkins Build Monitor 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í

                        Monitor your builds without navigating to Jenkins CI server. This extension will help you monitor your Jenkins builds from CI server with ease. Here are some the features :

1. Easy to set up with in seconds.
2. Fast results from multiple builds.
3. Easy to understand results.
4. Hovering over build numbers will give you the executor name, and same changes can be seen on hovering over results.
5. Personalized monitor view.
6. Easy to add or remove builds.

Note: This extension does not provide unauthorized access, so if Jenkins builds information is behind login or VPN, this extensions might not work.                    

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

Název Jenkins Build Monitor Jenkins Build Monitor
ID hgogogngagbdbpbbdidjimcnjmhfcngi
Oficiální URL https://chromewebstore.google.com/detail/jenkins-build-monitor/hgogogngagbdbpbbdidjimcnjmhfcngi
Popis Get status of Jenkins builds
Velikost souboru 70.77 KB
Počet instalací 49
Aktuální Verze 1.2
Poslední Aktualizace 2021-01-31
Datum Vydání 2020-11-25
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Ashish Mathur
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Build Monitor",
    "version": "1.2",
    "description": "Get status of Jenkins builds",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "image128.png",
        "48": "image48.png",
        "16": "image16.png"
    },
    "browser_action": {
        "default_icon": "image48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}