Card Numbers for Trello
Show the card numbers on trello.com for easier communication in a team
Cos'è Card Numbers for Trello?
Card Numbers for Trello è un'estensione di Chrome sviluppata da mikespokefire, e la sua funzione principale è "Show the card numbers on trello.com for easier communication in a team".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Card Numbers for Trello
Scarica i file di estensione Card Numbers for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Card Numbers for Trello |
ID | ddadhlcejiholmdiihbdcfoapdfkhicn |
URL Ufficiale | https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn |
Descrizione | Show the card numbers on trello.com for easier communication in a team |
Dimensione del File | 10.44 KB |
Conteggio Installazioni | 6,546 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2014-08-28 |
Data di Pubblicazione | 2014-08-28 |
Valutazione | 4.48/5 Totale 25 Valutazioni |
Sviluppatore | mikespokefire |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mikespokefire/card_numbers_for_trello |
URL della Pagina di Aiuto | https://github.com/mikespokefire/card_numbers_for_trello/issues |
Lingue Supportate | 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 } ] } |