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"
    ]
}