LabelCounter for Trello
Counts the Card label titles on trello.com
Vad är LabelCounter for Trello?
LabelCounter for Trello är en Chrome-tillägg utvecklad av https://rockin.work, och dess huvudfunktion är "Counts the Card label titles on trello.com".
Tilläggsskärmbilder
Ladda ner LabelCounter for Trello-förlängningens CRX-fil
Ladda ner LabelCounter 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
This Extension counts cards and label texts, display it. It will use the card labels for time. ex.) 1h, 2h, 4h, 8h Required environment * Trello.com * install Card Color Titles for Trello Chrome Extension. * for display of label texts. * Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h
Grundläggande Information om Tillägg
Namn | |
ID | eahijelcdannijiaikdpdpjnhcjoblie |
Officiell webbadress | https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie |
Beskrivning | Counts the Card label titles on trello.com |
Filstorlek | 18.45 KB |
Antal Installationer | 103 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-09-10 |
Publiceringsdatum | 2018-09-10 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://rockin.work |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/oikwsat/trello-label-counter |
Hjälpsida URL | https://github.com/oikwsat/trello-label-counter |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LabelCounter for Trello", "description": "Counts the Card label titles on trello.com", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "js\/injector.js" ] } ], "web_accessible_resources": [ "js\/embeded.js" ], "permissions": [ "https:\/\/trello.com\/b\/*" ] } |