Jenkins Build Monitor
Get status of Jenkins builds
Jenkins Build Monitorคืออะไร?
Jenkins Build Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashish Mathur และคุณลักษณะหลักของมันคือ "Get status of Jenkins builds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jenkins Build Monitor
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |