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是由Lewis Wilkie開發的Chrome擴展程式,該擴展的主要功能是“Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)”。

擴展截圖

screenshot
screenshot

下載Priorities for Trello擴展crx文件

下載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
官方網址 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"
    ]
}