Trello Card Counter
Card counters and card identifiers for easy collaboration and project management
Co to jest Trello Card Counter?
Trello Card Counter to rozszerzenie Chrome opracowane przez Alex Benoit, a jego główną funkcją jest „Card counters and card identifiers for easy collaboration and project management”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Card Counter
Pobierz pliki rozszerzeń Trello Card Counter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
[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.
Podstawowe informacje o rozszerzeniu
Nazwa | Trello Card Counter |
ID | hepiaakjhimoagmpalbfoojemcnlnagn |
Oficjalny URL | https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn |
Opis | Card counters and card identifiers for easy collaboration and project management |
Rozmiar pliku | 14.12 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 3.0.0 |
Ostatnia Aktualizacja | 2023-12-03 |
Data Publikacji | 2017-11-22 |
Ocena | 3.93/5 Łącznie 27 Oceny |
Deweloper | Alex Benoit |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://alexbenoit.me/ |
Obsługiwane Języki | 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" } } |