BuildReactor

Developer notifications and dashboard for CI servers

What is BuildReactor?

BuildReactor is a Chrome extension developed by Adam Nowotny, and its main feature is "Developer notifications and dashboard for CI servers".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BuildReactor Extension CRX File

Download BuildReactor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name BuildReactor BuildReactor
ID agfdekbncfakhgofmaacjfkpbhjhpjmp
Official URL https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp
Description Developer notifications and dashboard for CI servers
File Size 2.2 MB
Installation Count 1,636
Current Version 3.0.1
Last Updated 2021-06-07
Publish Date 2018-12-02
Rating 4.60/5 Total 45 Ratings
Developer Adam Nowotny
Email [email protected]
Payment Type free
Extension Website https://github.com/AdamNowotny/BuildReactor
Help Page URL http://github.com/AdamNowotny/BuildReactor/issues
Supported Languages 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"
    ]
}