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 |
公式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 |
Eメール | [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" ] } |