Trello Card Counter
Card counters and card identifiers for easy collaboration and project management
Trello Card Counter là gì?
Trello Card Counter là một tiện ích mở rộng Chrome được phát triển bởi Alex Benoit, và tính năng chính của nó là "Card counters and card identifiers for easy collaboration and project management".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trello Card Counter
Tải xuống các tệp mở rộng Trello Card Counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
[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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello Card Counter |
ID | hepiaakjhimoagmpalbfoojemcnlnagn |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn |
Mô tả | Card counters and card identifiers for easy collaboration and project management |
Kích Thước Tệp | 14.12 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2023-12-03 |
Ngày Phát Hành | 2017-11-22 |
Đánh Giá | 3.93/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | Alex Benoit |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://alexbenoit.me/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |