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
公式URL 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
        }
    ]
}