Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
Cos'è Official Card Counter Trello with Totalizer?
Official Card Counter Trello with Totalizer è un'estensione di Chrome sviluppata da https://www.officialtrellocardcounter.com.br, e la sua funzione principale è "Official Card counter for Trello. Show card counters and the total cards in your board!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Official Card Counter Trello with Totalizer
Scarica i file di estensione Official Card Counter Trello with Totalizer 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
Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.
Informazioni di Base sull'Estensione
Nome | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
URL Ufficiale | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
Descrizione | Official Card counter for Trello. Show card counters and the total cards in your board! |
Dimensione del File | 45.48 KB |
Conteggio Installazioni | 13,810 |
Versione Corrente | 7.3 |
Ultimo Aggiornamento | 2023-11-08 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 3.33/5 Totale 49 Valutazioni |
Sviluppatore | https://www.officialtrellocardcounter.com.br |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.officialtrellocardcounter.com.br/ |
URL della Pagina di Aiuto | http://www.officialtrellocardcounter.com.br/ |
Lingue Supportate | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Official Card Counter Trello with Totalizer", "version": "7.3", "description": "Official Card counter for Trello. Show card counters and the total cards in your board!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "counter.js" ], "css": [ "cardstyle.css" ], "run_at": "document_end" } ], "action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 3 } |