BuildReactor
Developer notifications and dashboard for CI servers
BuildReactor क्या है?
BuildReactor Adam Nowotny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Developer notifications and dashboard for CI servers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BuildReactor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Overview of all your CI builds in one place - Supports multiple continuous integration servers - Configurable notifications - Fullscreen mode let's you setup information radiator for your team within minutes - Works on Windows, Mac and Linux Supported services: - cctray XML format - Atlassian Bamboo - BuildKite - BuildBot - Jenkins - TeamCity - Travis-CI Permissions required: - all http(s) urls so you can monitor any service - notifications
एक्सटेंशन की मूल जानकारी
नाम | BuildReactor |
ID | agfdekbncfakhgofmaacjfkpbhjhpjmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp |
विवरण | Developer notifications and dashboard for CI servers |
फ़ाइल का आकार | 2.2 MB |
स्थापना संख्या | 1,636 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2021-06-07 |
प्रकाशन तिथि | 2018-12-02 |
रेटिंग | 4.60/5 कुल 45 रेटिंग्स |
डेवलपर | Adam Nowotny |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AdamNowotny/BuildReactor |
सहायता पृष्ठ URL | http://github.com/AdamNowotny/BuildReactor/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BuildReactor", "version": "3.0.1", "manifest_version": 2, "description": "Developer notifications and dashboard for CI servers", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_title": "BuildReactor", "default_icon": "img\/icon-19.png", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/rx.js", "shared.js", "background.js" ] }, "homepage_url": "https:\/\/github.com\/AdamNowotny\/BuildReactor", "options_ui": { "page": "settings.html", "open_in_tab": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "web_accessible_resources": [ "services\/*\/*.png", "services\/*\/*.svg" ] } |