ci-chrome-notification

Send chome notifications when jenkins or hudson builds status has changed

ci-chrome-notificationคืออะไร?

ci-chrome-notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien GOUYETTE และคุณลักษณะหลักของมันคือ "Send chome notifications when jenkins or hudson builds status has changed"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ci-chrome-notification

ดาวน์โหลดไฟล์ส่วนขยาย ci-chrome-notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to follow a part or all of the integration server's builds.

Supports jenkins and hudson                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ci-chrome-notification ci-chrome-notification
ID kbgdbodpeimjhldaelnhmmffkbdacbln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln
คำอธิบาย Send chome notifications when jenkins or hudson builds status has changed
ขนาดไฟล์ 225 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2013-09-19
วันที่เผยแพร่ 2013-09-19
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Damien GOUYETTE
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cestpasdur.com
URL หน้าช่วยเหลือ https://github.com/dgouyette/ci-chrome-notification/issues
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/functions.js",
                "js\/background.js",
                "js\/underscore-1.4.3.min.js"
            ],
            "matches": [
                "http:\/\/jquery.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-1.8.3.min.js",
        "img\/health-00to19.png",
        "img\/health-00to19.png",
        "img\/health-20to39.png",
        "img\/health-40to59.png",
        "img\/health-60to79.png",
        "img\/health-80.png"
    ],
    "description": "Send chome notifications when jenkins or hudson builds status has changed",
    "browser_action": {
        "default_icon": "favicon.ico",
        "popup": "options.htm",
        "default_popup": "options.htm"
    },
    "icons": {
        "128": "favicon.ico"
    },
    "name": "ci-chrome-notification",
    "options_page": "options.htm",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.0",
    "manifest_version": 2
}