Card Numbers for Trello

Show the card numbers on trello.com for easier communication in a team

什麼是Card Numbers for Trello?

Card Numbers for Trello是由mikespokefire開發的Chrome擴展程式,該擴展的主要功能是“Show the card numbers on trello.com for easier communication in a team”。

擴展截圖

screenshot

下載Card Numbers for Trello擴展crx文件

下載Card Numbers for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply adds the card number to the top left corner of cards to allow for easier discussion at stand ups and when working in teams.                    

擴展基本資訊

名稱 Card Numbers for Trello Card Numbers for Trello
ID ddadhlcejiholmdiihbdcfoapdfkhicn
官方網址 https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn
簡介 Show the card numbers on trello.com for easier communication in a team
檔案大小 10.44 KB
安裝次數 6,546
目前版本 2.0.0
更新時間 2014-08-28
上架時間 2014-08-28
評分 4.48/5 共 25 次評分
開發者 mikespokefire
付費類型 free
擴展官網 https://github.com/mikespokefire/card_numbers_for_trello
說明頁面URL https://github.com/mikespokefire/card_numbers_for_trello/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Numbers for Trello",
    "version": "2.0.0",
    "description": "Show the card numbers on trello.com for easier communication in a team",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "all_frames": true
        }
    ]
}