Trello Card Counter

Card counters and card identifiers for easy collaboration and project management

Trello Card Counterคืออะไร?

Trello Card Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Benoit และคุณลักษณะหลักของมันคือ "Card counters and card identifiers for easy collaboration and project management"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Card Counter

ดาวน์โหลดไฟล์ส่วนขยาย Trello Card Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trello Card Counter Trello Card Counter
ID hepiaakjhimoagmpalbfoojemcnlnagn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn
คำอธิบาย Card counters and card identifiers for easy collaboration and project management
ขนาดไฟล์ 14.12 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-12-03
วันที่เผยแพร่ 2017-11-22
คะแนน 3.93/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Alex Benoit
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://alexbenoit.me/
ภาษาที่รองรับ 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"
    }
}