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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mallowlabs และคุณลักษณะหลักของมันคือ "Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jenkins Notifier for Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Jenkins Notifier for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/"
]
} | |