Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

Extended CardCounter for Trelloคืออะไร?

Extended CardCounter for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย olegg และคุณลักษณะหลักของมันคือ "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extended CardCounter for Trello

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

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

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

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

ชื่อ Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
คำอธิบาย All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
ขนาดไฟล์ 716 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-09-02
วันที่เผยแพร่ 2015-09-02
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา olegg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}