Jenkins Build Monitor

Get status of Jenkins builds

什麼是Jenkins Build Monitor?

Jenkins Build Monitor是由Ashish Mathur開發的Chrome擴展程式,該擴展的主要功能是“Get status of Jenkins builds”。

擴展截圖

screenshot
screenshot

下載Jenkins Build Monitor擴展crx文件

下載Jenkins Build Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}