Card Numbers for Trello

Show the card numbers on trello.com for easier communication in a team

ما هو Card Numbers for Trello؟

Card Numbers for Trello هو إضافة Chrome تم تطويرها بواسطة mikespokefire، والميزة الرئيسية لها هي "Show the card numbers on trello.com for easier communication in a team".

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

screenshot

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

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

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

                        Simply adds the card number to the top left corner of cards to allow for easier discussion at stand ups and when working in teams.                    

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

الاسم Card Numbers for Trello Card Numbers for Trello
ID ddadhlcejiholmdiihbdcfoapdfkhicn
عنوان URL الرسمي https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn
الوصف Show the card numbers on trello.com for easier communication in a team
حجم الملف 10.44 KB
عدد التثبيتات 6,546
النسخة الحالية 2.0.0
آخر تحديث 2014-08-28
تاريخ النشر 2014-08-28
تقييم 4.48/5 مجموع تقييمات 25
المطور mikespokefire
نوع الدفع free
موقع الإضافة https://github.com/mikespokefire/card_numbers_for_trello
عنوان صفحة المساعدة https://github.com/mikespokefire/card_numbers_for_trello/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Numbers for Trello",
    "version": "2.0.0",
    "description": "Show the card numbers on trello.com for easier communication in a team",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "all_frames": true
        }
    ]
}