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 |
Eメール | [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" } |