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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Trello Real-Time Card Counter

قم بتنزيل ملفات الامتداد Trello Real-Time Card Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    }
}