Trello Real-Time Card Counter
Real-time display of total cards in every list to Boost your Trello productivity!
Qu'est-ce que Trello Real-Time Card Counter ?
Trello Real-Time Card Counter est une extension Chrome développée par https://www.surajlulla.com, et sa fonction principale est "Real-time display of total cards in every list to Boost your Trello productivity!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Real-Time Card Counter
Téléchargez les fichiers d'extension Trello Real-Time Card Counter 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
As you stumbled here, I know you've been using Trello a lot. Most of the times, all we want is to keep a track of the card counts to make things easier with Trello. So, how do you add number count to your Trello card/boards? 1. Install the Chrome extension - Trello Real-Time Card Counter and activate it. 2. That's it! Really, it's that easy to add card count in Trello boards. Have fun managing tasks on Trello with your real-time card count.
Informations de Base sur l'Extension
Nom | Trello Real-Time Card Counter |
ID | boamaglckdmhpoplmglfobiihfkgmpke |
URL Officiel | https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke |
Description | Real-time display of total cards in every list to Boost your Trello productivity! |
Taille du Fichier | 41.86 KB |
Nombre d'Installations | 362 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-01-05 |
Date de Publication | 2020-05-22 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://www.surajlulla.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.surajlulla.com |
URL de la Page d'Aide | https://www.surajlulla.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Real-Time Card Counter", "description": "Real-time display of total cards in every list to Boost your Trello productivity!", "version": "1.2", "author": "Suraj Lulla", "manifest_version": 2, "content_scripts": [ { "css": [ "trellocounter.css" ], "js": [ "jquery.min.js", "trellocounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "16": "trello-card-counter-16.png", "48": "trello-card-counter-48.png", "128": "trello-card-counter-128.png" } } |