BuildReactor
Developer notifications and dashboard for CI servers
BuildReactor là gì?
BuildReactor là một tiện ích mở rộng Chrome được phát triển bởi Adam Nowotny, và tính năng chính của nó là "Developer notifications and dashboard for CI servers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BuildReactor
Tải xuống các tệp mở rộng BuildReactor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BuildReactor |
ID | agfdekbncfakhgofmaacjfkpbhjhpjmp |
URL Chính Thức | https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp |
Mô tả | Developer notifications and dashboard for CI servers |
Kích Thước Tệp | 2.2 MB |
Số Lần Cài Đặt | 1,636 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2021-06-07 |
Ngày Phát Hành | 2018-12-02 |
Đánh Giá | 4.60/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | Adam Nowotny |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AdamNowotny/BuildReactor |
URL Trang Trợ Giúp | http://github.com/AdamNowotny/BuildReactor/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |