BuildReactor

Developer notifications and dashboard for CI servers

Co to jest BuildReactor?

BuildReactor to rozszerzenie Chrome opracowane przez Adam Nowotny, a jego główną funkcją jest „Developer notifications and dashboard for CI servers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia BuildReactor

Pobierz pliki rozszerzeń BuildReactor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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                    

Podstawowe informacje o rozszerzeniu

Nazwa BuildReactor BuildReactor
ID agfdekbncfakhgofmaacjfkpbhjhpjmp
Oficjalny URL https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp
Opis Developer notifications and dashboard for CI servers
Rozmiar pliku 2.2 MB
Liczba instalacji 1,636
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2021-06-07
Data Publikacji 2018-12-02
Ocena 4.60/5 Łącznie 45 Oceny
Deweloper Adam Nowotny
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AdamNowotny/BuildReactor
Adres URL Strony Pomocy http://github.com/AdamNowotny/BuildReactor/issues
Obsługiwane Języki 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"
    ]
}