Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Was ist Card Color Titles for Trello?
Card Color Titles for Trello ist eine Chrome-Erweiterung, die von chuckjhardy entwickelt wurde, und ihr Hauptmerkmal ist "Show the Card label titles on trello.com for easier communication in a team".
Erweiterungsscreenshots
Card Color Titles for Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Card Color Titles for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Card Color Titles for Trello |
ID | hpmobkglehhleflhaefmfajhbdnjmgim |
Offizielle URL | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
Beschreibung | Show the Card label titles on trello.com for easier communication in a team |
Dateigröße | 3.26 KB |
Installationsanzahl | 66,432 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-06-14 |
Veröffentlichungsdatum | 2016-06-14 |
Bewertung | 4.51/5 Insgesamt 151 Bewertungen |
Entwickler | chuckjhardy |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ChuckJHardy/ColorTitlesTrello |
Hilfeseite URL | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
Unterstützte Sprachen | 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 } ] } |