Trello Points
Sums points for a Trello column when cards have associated points as labels
Trello Pointsとは何ですか?
Trello Pointsはnstetichによって開発されたChromeの拡張機能で、その主な機能は「Sums points for a Trello column when cards have associated points as labels」です。
拡張機能のスクリーンショット
Trello Points拡張機能のCRXファイルをダウンロード
Trello Points拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sum Points in Trello If you assign points to cards using a label, this extension will sum all of the point labels by column for visible cards on your board. Note: I am not affiliated with Trello, but this is how my team uses Trello. If you use it this way, you may find this extension useful.
拡張機能の基本情報
名前 | Trello Points |
ID | goigmjpaehddoikooikbblloogaijjpo |
公式URL | https://chromewebstore.google.com/detail/trello-points/goigmjpaehddoikooikbblloogaijjpo |
説明 | Sums points for a Trello column when cards have associated points as labels |
ファイルサイズ | 15.17 KB |
インストール数 | 22 |
現在のバージョン | 0.0.10 |
最終更新日 | 2016-03-10 |
公開日 | 2016-03-10 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | nstetich |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.10", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |