Sum for Trello

Sum card costs in your Trello board

Wat is Sum for Trello?

Sum for Trello is een Chrome-extensie ontwikkeld door cmb.durand, en de belangrijkste functie is "Sum card costs in your Trello board".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sum for Trello

Download Sum for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
Officiële URL https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
Beschrijving Sum card costs in your Trello board
Bestandsgrootte 56.26 KB
Aantal Installaties 1,193
Huidige Versie 0.0.8
Laatst Bijgewerkt 2018-04-30
Publicatiedatum 2018-04-30
Beoordeling 4.33/5 Totaal 9 Beoordelingen
Ontwikkelaar cmb.durand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}