Jenkins Notifier
Jenkins Notifier
Jenkins Notifier क्या है?
Jenkins Notifier ctran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jenkins Notifier"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jenkins Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/" ] } |