BuildReactor
Developer notifications and dashboard for CI servers
Was ist BuildReactor?
BuildReactor ist eine Chrome-Erweiterung, die von Adam Nowotny entwickelt wurde, und ihr Hauptmerkmal ist "Developer notifications and dashboard for CI servers".
Erweiterungsscreenshots
BuildReactor-Erweiterungs-CRX-Datei herunterladen
Laden Sie BuildReactor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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
Grundlegende Informationen zur Erweiterung
Name | BuildReactor |
ID | agfdekbncfakhgofmaacjfkpbhjhpjmp |
Offizielle URL | https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp |
Beschreibung | Developer notifications and dashboard for CI servers |
Dateigröße | 2.2 MB |
Installationsanzahl | 1,636 |
Aktuelle Version | 3.0.1 |
Letztes Update | 2021-06-07 |
Veröffentlichungsdatum | 2018-12-02 |
Bewertung | 4.60/5 Insgesamt 45 Bewertungen |
Entwickler | Adam Nowotny |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/AdamNowotny/BuildReactor |
Hilfeseite URL | http://github.com/AdamNowotny/BuildReactor/issues |
Unterstützte Sprachen | 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" ] } |