Priorities for Trello

Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)

Priorities for Trelloคืออะไร?

Priorities for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lewis Wilkie และคุณลักษณะหลักของมันคือ "Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)"

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

screenshot
screenshot

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

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

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

                        This extension adds:

1.) Reach, Impact and Effort priority badges to Trello cards. Values are added by including [R:1] [I:1] [E:1] in the card title.

2.) A "Show Easy" button which highlights the 3 cards with the lowest effort assigned that don't already have members attached.

3.) A "Show Leaderboard" feature that shows the number of cards owned by each attached user per active list.

4.) A small icon to "card detail" pop-ups that displays the card's creator.

30/05/2018: Updated for compatibility with Elegantt for Trello.                    

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

ชื่อ Priorities for Trello Priorities for Trello
ID planiojomhdcklbllblcpniaompdojbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/priorities-for-trello/planiojomhdcklbllblcpniaompdojbh
คำอธิบาย Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)
ขนาดไฟล์ 84.91 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-05-30
วันที่เผยแพร่ 2018-05-30
ผู้พัฒนา Lewis Wilkie
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "trellopoints.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "utils.js",
                "trellopoints.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Adapted from 'Combined Points for Trello' extension (see https:\/\/chrome.google.com\/webstore\/detail\/points-for-trello-combine)",
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/icon.png",
        "48": "images\/icon_trello_sm.png"
    },
    "manifest_version": 2,
    "name": "Priorities for Trello",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "images\/points-icon.png"
    ]
}