Sum for Trello

Sum card costs in your Trello board

Sum for Trello là gì?

Sum for Trello là một tiện ích mở rộng Chrome được phát triển bởi cmb.durand, và tính năng chính của nó là "Sum card costs in your Trello board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sum for Trello

Tải xuống các tệp mở rộng Sum for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
URL Chính Thức https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
Mô tả Sum card costs in your Trello board
Kích Thước Tệp 56.26 KB
Số Lần Cài Đặt 1,193
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2018-04-30
Ngày Phát Hành 2018-04-30
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển cmb.durand
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}