Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
Wat is Official Card Counter Trello with Totalizer?
Official Card Counter Trello with Totalizer is een Chrome-extensie ontwikkeld door https://www.officialtrellocardcounter.com.br, en de belangrijkste functie is "Official Card counter for Trello. Show card counters and the total cards in your board!".
Extensie Screenshots
Download het CRX-bestand van de extensie Official Card Counter Trello with Totalizer
Download Official Card Counter Trello with Totalizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
Officiële URL | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
Beschrijving | Official Card counter for Trello. Show card counters and the total cards in your board! |
Bestandsgrootte | 45.48 KB |
Aantal Installaties | 13,810 |
Huidige Versie | 7.3 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 3.33/5 Totaal 49 Beoordelingen |
Ontwikkelaar | https://www.officialtrellocardcounter.com.br |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.officialtrellocardcounter.com.br/ |
Help Pagina-URL | http://www.officialtrellocardcounter.com.br/ |
Ondersteunde Talen | 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 } |