LabelCounter for Trello
Counts the Card label titles on trello.com
Cos'è LabelCounter for Trello?
LabelCounter for Trello è un'estensione di Chrome sviluppata da https://rockin.work, e la sua funzione principale è "Counts the Card label titles on trello.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LabelCounter for Trello
Scarica i file di estensione LabelCounter 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | eahijelcdannijiaikdpdpjnhcjoblie |
URL Ufficiale | https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie |
Descrizione | Counts the Card label titles on trello.com |
Dimensione del File | 18.45 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-09-10 |
Data di Pubblicazione | 2018-09-10 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://rockin.work |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/oikwsat/trello-label-counter |
URL della Pagina di Aiuto | https://github.com/oikwsat/trello-label-counter |
Lingue Supportate | 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\/*" ] } |