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”。
擴展截圖
下載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 |
ID | pkoogihbgjbpeollfnioabeaimjaongg |
官方網址 | 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" ] } |