Jenkins Notifier
Jenkins Notifier
Jenkins Notifierとは何ですか?
Jenkins Notifierはctranによって開発されたChromeの拡張機能で、その主な機能は「Jenkins Notifier」です。
拡張機能のスクリーンショット
Jenkins Notifier拡張機能のCRXファイルをダウンロード
Jenkins Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/)
You can use this extension to be notified of a single job or a view.
This extension is open-sourced at https://github.com/ctran/chrome-jenkins-notifier. 拡張機能の基本情報
| 名前 | |
| ID | ekdifefojaaiofhfbjfkapgfjdfhmbfb |
| 公式URL | https://chromewebstore.google.com/detail/jenkins-notifier/ekdifefojaaiofhfbjfkapgfjdfhmbfb |
| 説明 | Jenkins Notifier |
| ファイルサイズ | 138 KB |
| インストール数 | 34 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2013-10-22 |
| 公開日 | 2013-10-22 |
| 開発者 | ctran |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ctran/chrome-jenkins-notifier |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jenkins Notifier",
"description": "Jenkins Notifier",
"manifest_version": 2,
"version": "0.1.0",
"icons": {
"128": "images\/icon.png",
"48": "images\/icon.png",
"16": "images\/icon.png"
},
"web_accessible_resources": [
"images\/blue.png",
"images\/red.png",
"images\/yellow.png",
"images\/grey.png"
],
"options_page": "options.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "Jenkins Notifier",
"default_popup": "options.html"
},
"permissions": [
"background",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |