Trello Card Numbers

Display card numbers in Trello.

What is Trello Card Numbers?

Trello Card Numbers is a Chrome extension developed by Katalyst Interactive, and its main feature is "Display card numbers in Trello.".

Extension Screenshots

screenshot

Download Trello Card Numbers Extension CRX File

Download Trello Card Numbers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Trello Card Numbers extension makes card numbers visible on Trello. This makes it easier to reference Trello cards in emails, time tracker entires or commit messages.                    

Extension Basic Information

Name Trello Card Numbers Trello Card Numbers
ID lggkgblddfmelcjhfllbmolbenchdlhp
Official URL https://chromewebstore.google.com/detail/trello-card-numbers/lggkgblddfmelcjhfllbmolbenchdlhp
Description Display card numbers in Trello.
File Size 6.18 KB
Installation Count 403
Current Version 1.0
Last Updated 2015-01-23
Publish Date 2015-01-22
Rating 2.00/5 Total 3 Ratings
Developer Katalyst Interactive
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Numbers",
    "description": "Display card numbers in Trello.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trello.com\/",
                "http:\/\/www.trello.com\/",
                "https:\/\/trello.com\/",
                "https:\/\/www.trello.com\/"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}