Jenkins Monitor
Chrome Extensions to monitor your jenkins ci.
Jenkins Monitorとは何ですか?
Jenkins Monitorはjustlaputaによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extensions to monitor your jenkins ci.」です。
拡張機能のスクリーンショット
Jenkins Monitor拡張機能のCRXファイルをダウンロード
Jenkins Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/) You can use this extension to view all your jenkins jobs, and get desktop notification of any job status change event.
拡張機能の基本情報
名前 | Jenkins Monitor |
ID | chhebdmlkojbdgadopnedfmoapbeiofi |
公式URL | https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi |
説明 | Chrome Extensions to monitor your jenkins ci. |
ファイルサイズ | 385 KB |
インストール数 | 236 |
現在のバージョン | 0.1.5 |
最終更新日 | 2016-12-12 |
公開日 | 2016-12-12 |
評価 | 3.12/5 合計 17 レビュー |
開発者 | justlaputa |
支払い方法 | free |
ヘルプページのURL | https://github.com/justlaputa/jenkins-chrome/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jenkins Monitor", "version": "0.1.5", "manifest_version": 2, "description": "Chrome Extensions to monitor your jenkins ci.", "homepage_url": "https:\/\/github.com\/justlaputa\/jenkins-monitor", "minimum_chrome_version": "22", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "alarms", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/blue.png", "img\/green.png", "img\/grey.png", "img\/red.png", "img\/yellow.png" ] } |