LabelCounter for Trello

Counts the Card label titles on trello.com

ما هو LabelCounter for Trello؟

LabelCounter for Trello هو إضافة Chrome تم تطويرها بواسطة https://rockin.work، والميزة الرئيسية لها هي "Counts the Card label titles on trello.com".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LabelCounter for Trello

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

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

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

معلومات أساسية عن التمديد

الاسم LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
عنوان URL الرسمي https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
الوصف Counts the Card label titles on trello.com
حجم الملف 18.45 KB
عدد التثبيتات 103
النسخة الحالية 1.0
آخر تحديث 2018-09-10
تاريخ النشر 2018-09-10
تقييم 4.00/5 مجموع تقييمات 1
المطور https://rockin.work
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/oikwsat/trello-label-counter
عنوان صفحة المساعدة https://github.com/oikwsat/trello-label-counter
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}