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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jenkins Notifier for Chrome™ is an (unofficial) extension for Jenkins ( http://jenkins-ci.org ). This extension notifies you of…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jenkins Notifier for Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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: mallowlabsmzp Repository: http://github.com/mallowlabs/jenkins-notifier-for-chrome/ This extension is an open source software (The MIT License).
एक्सटेंशन की मूल जानकारी
नाम | Jenkins Notifier for Chrome™ |
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:\/\/*\/" ] } |