Sum for Trello

Sum card costs in your Trello board

什么是Sum for Trello?

Sum for Trello是由cmb.durand开发的Chrome扩展程序,该扩展的主要功能是“Sum card costs in your Trello board”。

扩展截图

screenshot

下载Sum for Trello扩展crx文件

下载Sum for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}