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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |