Jenkins Build Monitor
Get status of Jenkins builds
Jenkins Build Monitor là gì?
Jenkins Build Monitor là một tiện ích mở rộng Chrome được phát triển bởi Ashish Mathur, và tính năng chính của nó là "Get status of Jenkins builds".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jenkins Build Monitor
Tải xuống các tệp mở rộng Jenkins Build Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jenkins Build Monitor |
ID | hgogogngagbdbpbbdidjimcnjmhfcngi |
URL Chính Thức | https://chromewebstore.google.com/detail/jenkins-build-monitor/hgogogngagbdbpbbdidjimcnjmhfcngi |
Mô tả | Get status of Jenkins builds |
Kích Thước Tệp | 70.77 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-01-31 |
Ngày Phát Hành | 2020-11-25 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ashish Mathur |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |