Card Numbers for Trello
Show the card numbers on trello.com for easier communication in a team
What is Card Numbers for Trello?
Card Numbers for Trello is a Chrome extension developed by mikespokefire, and its main feature is "Show the card numbers on trello.com for easier communication in a team".
Extension Screenshots
Download Card Numbers for Trello Extension CRX File
Download Card Numbers for Trello 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
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.
Extension Basic Information
Name | Card Numbers for Trello |
ID | ddadhlcejiholmdiihbdcfoapdfkhicn |
Official URL | https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn |
Description | Show the card numbers on trello.com for easier communication in a team |
File Size | 10.44 KB |
Installation Count | 6,546 |
Current Version | 2.0.0 |
Last Updated | 2014-08-28 |
Publish Date | 2014-08-28 |
Rating | 4.48/5 Total 25 Ratings |
Developer | mikespokefire |
Payment Type | free |
Extension Website | https://github.com/mikespokefire/card_numbers_for_trello |
Help Page URL | https://github.com/mikespokefire/card_numbers_for_trello/issues |
Supported Languages | 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 } ] } |