ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
ci-chrome-notification क्या है?
ci-chrome-notification Damien GOUYETTE द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send chome notifications when jenkins or hudson builds status has changed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ci-chrome-notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to follow a part or all of the integration server's builds. Supports jenkins and hudson
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
विवरण | Send chome notifications when jenkins or hudson builds status has changed |
फ़ाइल का आकार | 225 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.5.0 |
अंतिम अपडेट | 2013-09-19 |
प्रकाशन तिथि | 2013-09-19 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Damien GOUYETTE |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.cestpasdur.com |
सहायता पृष्ठ URL | https://github.com/dgouyette/ci-chrome-notification/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "page": "background.htm" }, "content_scripts": [ { "js": [ "js\/jquery-1.8.3.min.js", "js\/functions.js", "js\/background.js", "js\/underscore-1.4.3.min.js" ], "matches": [ "http:\/\/jquery.com\/*" ] } ], "web_accessible_resources": [ "js\/jquery-1.8.3.min.js", "img\/health-00to19.png", "img\/health-00to19.png", "img\/health-20to39.png", "img\/health-40to59.png", "img\/health-60to79.png", "img\/health-80.png" ], "description": "Send chome notifications when jenkins or hudson builds status has changed", "browser_action": { "default_icon": "favicon.ico", "popup": "options.htm", "default_popup": "options.htm" }, "icons": { "128": "favicon.ico" }, "name": "ci-chrome-notification", "options_page": "options.htm", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5.0", "manifest_version": 2 } |