BuildReactor
Developer notifications and dashboard for CI servers
Cos'è BuildReactor?
BuildReactor è un'estensione di Chrome sviluppata da Adam Nowotny, e la sua funzione principale è "Developer notifications and dashboard for CI servers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuildReactor
Scarica i file di estensione BuildReactor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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
Informazioni di Base sull'Estensione
Nome | BuildReactor |
ID | agfdekbncfakhgofmaacjfkpbhjhpjmp |
URL Ufficiale | https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp |
Descrizione | Developer notifications and dashboard for CI servers |
Dimensione del File | 2.2 MB |
Conteggio Installazioni | 1,636 |
Versione Corrente | 3.0.1 |
Ultimo Aggiornamento | 2021-06-07 |
Data di Pubblicazione | 2018-12-02 |
Valutazione | 4.60/5 Totale 45 Valutazioni |
Sviluppatore | Adam Nowotny |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AdamNowotny/BuildReactor |
URL della Pagina di Aiuto | http://github.com/AdamNowotny/BuildReactor/issues |
Lingue Supportate | 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" ] } |