Jenkins Notifier for Chrome™
Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…
Jenkins Notifier for Chrome™란 무엇입니까?
Jenkins Notifier for Chrome™은(는) mallowlabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…"입니다.
확장 프로그램 스크린샷
Jenkins Notifier for Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ).
This extension notifies you of build results by pop-ups.
If you use Jenkins Websocket plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Websocket+Plugin ), you can receive notifications in real time.
History:
0.3.4
fix broken notifications
0.3.3
add option "Notification: only failure"
0.3.2
support "Use status format" option (from Jenkins Websocket Plugin 1.0.6)
0.3.1
update manifest version 2
0.3:
Bugfix.
0.2:
First release.
Authors:
mallowlabs
mzp
Repository:
http://github.com/mallowlabs/jenkins-notifier-for-chrome/
This extension is an open source software (The MIT License). 확장 프로그램 기본 정보
| 이름 | |
| ID | mnjbjjllbclkpnebaddhkoonjelmiekm |
| 공식 URL | https://chromewebstore.google.com/detail/jenkins-notifier-for-chro/mnjbjjllbclkpnebaddhkoonjelmiekm |
| 설명 | Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of… |
| 파일 크기 | 62.48 KB |
| 설치 횟수 | 685 |
| 현재 버전 | 0.3.4 |
| 최근 업데이트 | 2015-07-11 |
| 출시 날짜 | 2015-07-11 |
| 평점 | 3.32/5 총 22 개의 평점 |
| 개발자 | mallowlabs |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/mallowlabs/jenkins-notifier-for-chrome/ |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "Jenkins Notifier for Chrome\u2122",
"version": "0.3.4",
"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 for Chrome\u2122",
"default_popup": "options.html"
},
"permissions": [
"background",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |