Trello Card Counter
Card counters and card identifiers for easy collaboration and project management
Was ist Trello Card Counter?
Trello Card Counter ist eine Chrome-Erweiterung, die von Alex Benoit entwickelt wurde, und ihr Hauptmerkmal ist "Card counters and card identifiers for easy collaboration and project management".
Erweiterungsscreenshots
Trello Card Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Card Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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.
Grundlegende Informationen zur Erweiterung
Name | Trello Card Counter |
ID | hepiaakjhimoagmpalbfoojemcnlnagn |
Offizielle URL | https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn |
Beschreibung | Card counters and card identifiers for easy collaboration and project management |
Dateigröße | 14.12 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2023-12-03 |
Veröffentlichungsdatum | 2017-11-22 |
Bewertung | 3.93/5 Insgesamt 27 Bewertungen |
Entwickler | Alex Benoit |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://alexbenoit.me/ |
Unterstützte Sprachen | 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" } } |