Jenkins Build Monitor
Get status of Jenkins builds
什么是Jenkins Build Monitor?
Jenkins Build Monitor是由Ashish Mathur开发的Chrome扩展程序,该扩展的主要功能是“Get status of Jenkins builds”。
扩展截图
下载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 |
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" } |