Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Cos'è Extended CardCounter for Trello?
Extended CardCounter for Trello è un'estensione di Chrome sviluppata da olegg, e la sua funzione principale è "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extended CardCounter for Trello
Scarica i file di estensione Extended CardCounter 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
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot. Feel free to any questions to [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
URL Ufficiale | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Descrizione | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Dimensione del File | 716 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-09-02 |
Data di Pubblicazione | 2015-09-02 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | olegg |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)", "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Extended CardCounter for Trello", "version": "0.0.4" } |