Sum for Trello
Sum card costs in your Trello board
Cos'è Sum for Trello?
Sum for Trello è un'estensione di Chrome sviluppata da cmb.durand, e la sua funzione principale è "Sum card costs in your Trello board".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sum for Trello
Scarica i file di estensione Sum for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sum for Trello |
ID | pkoogihbgjbpeollfnioabeaimjaongg |
URL Ufficiale | https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg |
Descrizione | Sum card costs in your Trello board |
Dimensione del File | 56.26 KB |
Conteggio Installazioni | 1,193 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2018-04-30 |
Data di Pubblicazione | 2018-04-30 |
Valutazione | 4.33/5 Totale 9 Valutazioni |
Sviluppatore | cmb.durand |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |