Trello Card Counter
Card counters and card identifiers for easy collaboration and project management
Wat is Trello Card Counter?
Trello Card Counter is een Chrome-extensie ontwikkeld door Alex Benoit, en de belangrijkste functie is "Card counters and card identifiers for easy collaboration and project management".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Card Counter
Download Trello Card Counter-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
[recently updated, fully working] Trello Card Counter Plus tells you how many cards you have in your lists and board and gives the cards identifiers for easier collaboration and project management. Updated for Trello 2024.
Basisinformatie over de Extensie
Naam | Trello Card Counter |
ID | hepiaakjhimoagmpalbfoojemcnlnagn |
Officiële URL | https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn |
Beschrijving | Card counters and card identifiers for easy collaboration and project management |
Bestandsgrootte | 14.12 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2023-12-03 |
Publicatiedatum | 2017-11-22 |
Beoordeling | 3.93/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Alex Benoit |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://alexbenoit.me/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Card Counter", "version": "3.0.0", "description": "Card counters and card identifiers for easy collaboration and project management", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "trello-override.js" ], "css": [ "trello-override.css" ] } ], "icons": { "128": "trelloext.png" } } |