Sum for Trello

Sum card costs in your Trello board

Sum for Trelloคืออะไร?

Sum for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmb.durand และคุณลักษณะหลักของมันคือ "Sum card costs in your Trello board"

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

screenshot

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

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

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

                        Trello Sum is a Chrome Extension that adds a little bit of functionality to Trello.com freely adapted/forked from Trello Scrum. Trello Sum allows you to count the visible card sum up total cost of cards per list.
Cost is indicated between () in each card description. Now also works with negative costs since version 0.0.8.                    

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

ชื่อ Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
คำอธิบาย Sum card costs in your Trello board
ขนาดไฟล์ 56.26 KB
จำนวนการติดตั้ง 1,193
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2018-04-30
วันที่เผยแพร่ 2018-04-30
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา cmb.durand
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sum for Trello",
    "version": "0.0.8",
    "description": "Sum card costs in your Trello board",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "trellosum.js"
            ],
            "css": [
                "trellosum.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "trello-sum-icon.png"
    },
    "web_accessible_resources": [
        "images\/trello-sum-icon_12x12.png",
        "images\/trello-sum-icon_18x18.png"
    ],
    "permissions": [
        "storage"
    ]
}