Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
Qu'est-ce que Official Card Counter Trello with Totalizer ?
Official Card Counter Trello with Totalizer est une extension Chrome développée par https://www.officialtrellocardcounter.com.br, et sa fonction principale est "Official Card counter for Trello. Show card counters and the total cards in your board!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Official Card Counter Trello with Totalizer
Téléchargez les fichiers d'extension Official Card Counter Trello with Totalizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
URL Officiel | 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! |
Taille du Fichier | 45.48 KB |
Nombre d'Installations | 13,810 |
Version Actuelle | 7.3 |
Dernière Mise à Jour | 2023-11-08 |
Date de Publication | 2020-03-31 |
Évaluation | 3.33/5 Total 49 Évaluations |
Développeur | https://www.officialtrellocardcounter.com.br |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.officialtrellocardcounter.com.br/ |
URL de la Page d'Aide | http://www.officialtrellocardcounter.com.br/ |
Langues Prises en Charge | 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 } |