Jenkins Build Monitor

Get status of Jenkins builds

Jenkins Build Monitor क्या है?

Jenkins Build Monitor Ashish Mathur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get status of Jenkins builds"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jenkins Build Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Jenkins Build Monitor Jenkins Build Monitor
ID hgogogngagbdbpbbdidjimcnjmhfcngi
आधिकारिक URL https://chromewebstore.google.com/detail/jenkins-build-monitor/hgogogngagbdbpbbdidjimcnjmhfcngi
विवरण Get status of Jenkins builds
फ़ाइल का आकार 70.77 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-01-31
प्रकाशन तिथि 2020-11-25
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Ashish Mathur
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}