Jenkins Notifier
Jenkins Notifier
Jenkins Notifier란 무엇입니까?
Jenkins Notifier은(는) ctran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jenkins Notifier"입니다.
확장 프로그램 스크린샷
Jenkins Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | 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:\/\/*\/" ] } |