Trello Card Numbers

Display card numbers in Trello.

Trello Card Numbersคืออะไร?

Trello Card Numbers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Katalyst Interactive และคุณลักษณะหลักของมันคือ "Display card numbers in Trello."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Card Numbers

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

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

                        The Trello Card Numbers extension makes card numbers visible on Trello. This makes it easier to reference Trello cards in emails, time tracker entires or commit messages.                    

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

ชื่อ Trello Card Numbers Trello Card Numbers
ID lggkgblddfmelcjhfllbmolbenchdlhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-card-numbers/lggkgblddfmelcjhfllbmolbenchdlhp
คำอธิบาย Display card numbers in Trello.
ขนาดไฟล์ 6.18 KB
จำนวนการติดตั้ง 403
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-01-23
วันที่เผยแพร่ 2015-01-22
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Katalyst Interactive
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Numbers",
    "description": "Display card numbers in Trello.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trello.com\/",
                "http:\/\/www.trello.com\/",
                "https:\/\/trello.com\/",
                "https:\/\/www.trello.com\/"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}