Sum for Trello

Sum card costs in your Trello board

What is Sum for Trello?

Sum for Trello is a Chrome extension developed by cmb.durand, and its main feature is "Sum card costs in your Trello board".

Extension Screenshots

screenshot

Download Sum for Trello Extension CRX File

Download Sum for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
Official URL https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
Description Sum card costs in your Trello board
File Size 56.26 KB
Installation Count 1,193
Current Version 0.0.8
Last Updated 2018-04-30
Publish Date 2018-04-30
Rating 4.33/5 Total 9 Ratings
Developer cmb.durand
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}