BuildReactor
Developer notifications and dashboard for CI servers
什么是BuildReactor?
BuildReactor是由Adam Nowotny开发的Chrome扩展程序,该扩展的主要功能是“Developer notifications and dashboard for CI servers”。
扩展截图
下载BuildReactor扩展crx文件
下载BuildReactor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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" ] } |