BuildReactor

Developer notifications and dashboard for CI servers

Qu'est-ce que BuildReactor ?

BuildReactor est une extension Chrome développée par Adam Nowotny, et sa fonction principale est "Developer notifications and dashboard for CI servers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BuildReactor

Téléchargez les fichiers d'extension BuildReactor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom BuildReactor BuildReactor
ID agfdekbncfakhgofmaacjfkpbhjhpjmp
URL Officiel https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp
Description Developer notifications and dashboard for CI servers
Taille du Fichier 2.2 MB
Nombre d'Installations 1,636
Version Actuelle 3.0.1
Dernière Mise à Jour 2021-06-07
Date de Publication 2018-12-02
Évaluation 4.60/5 Total 45 Évaluations
Développeur Adam Nowotny
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AdamNowotny/BuildReactor
URL de la Page d'Aide http://github.com/AdamNowotny/BuildReactor/issues
Langues Prises en Charge 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"
    ]
}