Trello Real-Time Card Counter
Real-time display of total cards in every list to Boost your Trello productivity!
Trello Real-Time Card Counterคืออะไร?
Trello Real-Time Card Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.surajlulla.com และคุณลักษณะหลักของมันคือ "Real-time display of total cards in every list to Boost your Trello productivity!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Real-Time Card Counter
ดาวน์โหลดไฟล์ส่วนขยาย Trello Real-Time Card Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trello Real-Time Card Counter |
ID | boamaglckdmhpoplmglfobiihfkgmpke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke |
คำอธิบาย | Real-time display of total cards in every list to Boost your Trello productivity! |
ขนาดไฟล์ | 41.86 KB |
จำนวนการติดตั้ง | 362 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-01-05 |
วันที่เผยแพร่ | 2020-05-22 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.surajlulla.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.surajlulla.com |
URL หน้าช่วยเหลือ | https://www.surajlulla.com |
ภาษาที่รองรับ | 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" } } |