Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
What is Official Card Counter Trello with Totalizer?
Official Card Counter Trello with Totalizer is a Chrome extension developed by https://www.officialtrellocardcounter.com.br, and its main feature is "Official Card counter for Trello. Show card counters and the total cards in your board!".
Extension Screenshots
Download Official Card Counter Trello with Totalizer Extension CRX File
Download Official Card Counter Trello with Totalizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
Official URL | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
Description | Official Card counter for Trello. Show card counters and the total cards in your board! |
File Size | 45.48 KB |
Installation Count | 13,810 |
Current Version | 7.3 |
Last Updated | 2023-11-08 |
Publish Date | 2020-03-31 |
Rating | 3.33/5 Total 49 Ratings |
Developer | https://www.officialtrellocardcounter.com.br |
[email protected] | |
Payment Type | free |
Extension Website | http://www.officialtrellocardcounter.com.br/ |
Help Page URL | http://www.officialtrellocardcounter.com.br/ |
Supported Languages | 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 } |