Sum for Trello

Sum card costs in your Trello board

ما هو Sum for Trello؟

Sum for Trello هو إضافة Chrome تم تطويرها بواسطة cmb.durand، والميزة الرئيسية لها هي "Sum card costs in your Trello board".

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

screenshot

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

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

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

                        Trello Sum is a Chrome Extension that adds a little bit of functionality to Trello.com freely adapted/forked from Trello Scrum. Trello Sum allows you to count the visible card sum up total cost of cards per list.
Cost is indicated between () in each card description. Now also works with negative costs since version 0.0.8.                    

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

الاسم Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
عنوان URL الرسمي https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
الوصف Sum card costs in your Trello board
حجم الملف 56.26 KB
عدد التثبيتات 1,193
النسخة الحالية 0.0.8
آخر تحديث 2018-04-30
تاريخ النشر 2018-04-30
تقييم 4.33/5 مجموع تقييمات 9
المطور cmb.durand
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sum for Trello",
    "version": "0.0.8",
    "description": "Sum card costs in your Trello board",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "trellosum.js"
            ],
            "css": [
                "trellosum.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "trello-sum-icon.png"
    },
    "web_accessible_resources": [
        "images\/trello-sum-icon_12x12.png",
        "images\/trello-sum-icon_18x18.png"
    ],
    "permissions": [
        "storage"
    ]
}