Jenkins Job Monitor
This extension displays the status of all your jobs in jenkins
Jenkins Job Monitorとは何ですか?
Jenkins Job Monitorはappsnsnapsによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the status of all your jobs in jenkins」です。
拡張機能のスクリーンショット
Jenkins Job Monitor拡張機能のCRXファイルをダウンロード
Jenkins Job Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Professional Jenkins job monitor for DevOps teams and hardcore developers, monitor jobs in real time, over multiple servers, pick and choose the jobs you want to monitor.                     拡張機能の基本情報
| 名前 |   |  
| ID | cpaogofeageccpncijfkooacphpiknac | 
| 公式URL | https://chromewebstore.google.com/detail/jenkins-job-monitor/cpaogofeageccpncijfkooacphpiknac | 
| 説明 | This extension displays the status of all your jobs in jenkins | 
| ファイルサイズ | 30.25 KB | 
| インストール数 | 19 | 
| 現在のバージョン | 0.3.1 | 
| 最終更新日 | 2016-04-26 | 
| 公開日 | 2016-04-26 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | appsnsnaps | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Job Monitor",
    "description": "This extension displays the status of all your jobs in jenkins",
    "version": "0.3.1",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ]
}  |  |