Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Vad är Card Color Titles for Trello?
Card Color Titles for Trello är en Chrome-tillägg utvecklad av chuckjhardy, och dess huvudfunktion är "Show the Card label titles on trello.com for easier communication in a team".
Tilläggsskärmbilder
Ladda ner Card Color Titles for Trello-förlängningens CRX-fil
Ladda ner Card Color Titles for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| Officiell webbadress | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| Beskrivning | Show the Card label titles on trello.com for easier communication in a team |
| Filstorlek | 3.26 KB |
| Antal Installationer | 66,432 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-06-14 |
| Publiceringsdatum | 2016-06-14 |
| Betyg | 4.51/5 Totalt 151 Betyg |
| Utvecklare | chuckjhardy |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ChuckJHardy/ColorTitlesTrello |
| Hjälpsida URL | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| Stödda Språk | 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
}
]
} | |