Points for Trello

Enhance Trello's cards with freely configurable points

Points for Trelloคืออะไร?

Points for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Julien Graglia และคุณลักษณะหลักของมันคือ "Enhance Trello's cards with freely configurable points"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Trello Points activate a "point" system in cards of Trello boards.

Those points are cumulated and displayed in the list titles.
That allow cards to have a "weight", it is up to you to decide the meaning of that "weight" : days, $, hours... as you want.

Trello Points just make the sum for you, and add some other cool stuff (percentage, ratio filtered/visible)

Do not forget to customize the way Trello Points behave, just display the "Options" panel (right click on Trello Points icon on Google Chrom toolbar").

=========
v. 0.40 :  include contribs from Slav : fix handling of non usual points and add a notion of "reward points" for "TShirt size"  point picker
v. 0.37 : name changed to "Points for Trello" as requested by Trello staff
v. 0.35 : new feature : negative points are now allowed! Also supports Google Chrome Version 19.0.1084.36 beta.
v. 0.34 : new feature : non numeric points, like MoSCow, or TShirt sizes (XS,M, L, XL) (based on an idea of 'slav'). You can configure the points system in the options page!
v. 0.33 : fix settings/options page with last version of Google Chrome
v. 0.32 : copy Trello Scrum css bug correction (91e4474569ef2027b9ca5df72fbc86aa843907da)
v. 0.2 : Extension options,  
v. 0.1 : first available version. A comptete rework of original "Trello Scrum" extension with, IMHO, better filter handling.                    

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

ชื่อ Points for Trello Points for Trello
ID mkcpchladphoadhaclmnlphhijboljjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/points-for-trello/mkcpchladphoadhaclmnlphhijboljjk
คำอธิบาย Enhance Trello's cards with freely configurable points
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 3,672
เวอร์ชันปัจจุบัน 0.40
อัปเดตครั้งล่าสุด 2012-09-11
วันที่เผยแพร่ 2012-09-11
คะแนน 3.86/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Julien Graglia
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jgraglia/Trello-Points
URL หน้าช่วยเหลือ https://trello.com/board/trello-points-developpement/4f77181c4bbdd2851cac9fdb
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Points for Trello",
    "version": "0.40",
    "description": "Enhance Trello's cards with freely configurable points",
    "browser_action": {
        "default_title": "Points for Trello",
        "default_icon": "images\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/points-icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "utils.js",
                "parser.js",
                "filter.js",
                "numericpointpicker.js",
                "alphanumericpointpicker.js",
                "card.js",
                "list.js",
                "main\/settingsloader.js",
                "trellopoints.js"
            ],
            "css": [
                "trellopoints.css"
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง