BuildReactor

Developer notifications and dashboard for CI servers

Τι είναι το BuildReactor;

Το BuildReactor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Nowotny, και η κύρια λειτουργία του είναι "Developer notifications and dashboard for CI servers".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BuildReactor

Λήψη αρχείων επέκτασης BuildReactor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BuildReactor BuildReactor
ID agfdekbncfakhgofmaacjfkpbhjhpjmp
Επίσημο URL https://chromewebstore.google.com/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp
Περιγραφή Developer notifications and dashboard for CI servers
Μέγεθος Αρχείου 2.2 MB
Αριθμός Εγκαταστάσεων 1,636
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2021-06-07
Ημερομηνία Δημοσίευσης 2018-12-02
Αξιολόγηση 4.60/5 Συνολικά 45 Αξιολογήσεις
Προγραμματιστής Adam Nowotny
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/AdamNowotny/BuildReactor
Διεύθυνση URL της Σελίδας Βοήθειας http://github.com/AdamNowotny/BuildReactor/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}