BuildReactor

Developer notifications and dashboard for CI servers

BuildReactorとは何ですか?

BuildReactorはAdam Nowotnyによって開発されたChromeの拡張機能で、その主な機能は「Developer notifications and dashboard for CI servers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BuildReactor拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}