Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Cos'è Card Color Titles for Trello?
Card Color Titles for Trello è un'estensione di Chrome sviluppata da chuckjhardy, e la sua funzione principale è "Show the Card label titles on trello.com for easier communication in a team".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Card Color Titles for Trello
Scarica i file di estensione Card Color Titles 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| URL Ufficiale | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| Descrizione | Show the Card label titles on trello.com for easier communication in a team |
| Dimensione del File | 3.26 KB |
| Conteggio Installazioni | 66,432 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-06-14 |
| Data di Pubblicazione | 2016-06-14 |
| Valutazione | 4.51/5 Totale 151 Valutazioni |
| Sviluppatore | chuckjhardy |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ChuckJHardy/ColorTitlesTrello |
| URL della Pagina di Aiuto | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Card Color Titles for Trello",
"version": "1.0.1",
"description": "Show the Card label titles on trello.com for easier communication in a team",
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"override.css"
],
"all_frames": true
}
]
} | |