Priorities for Trello
Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)
Priorities for Trelloとは何ですか?
Priorities for TrelloはLewis Wilkieによって開発されたChromeの拡張機能で、その主な機能は「Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)」です。
拡張機能のスクリーンショット
Priorities for Trello拡張機能のCRXファイルをダウンロード
Priorities for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds: 1.) Reach, Impact and Effort priority badges to Trello cards. Values are added by including [R:1] [I:1] [E:1] in the card title. 2.) A "Show Easy" button which highlights the 3 cards with the lowest effort assigned that don't already have members attached. 3.) A "Show Leaderboard" feature that shows the number of cards owned by each attached user per active list. 4.) A small icon to "card detail" pop-ups that displays the card's creator. 30/05/2018: Updated for compatibility with Elegantt for Trello.
拡張機能の基本情報
名前 | Priorities for Trello |
ID | planiojomhdcklbllblcpniaompdojbh |
公式URL | https://chromewebstore.google.com/detail/priorities-for-trello/planiojomhdcklbllblcpniaompdojbh |
説明 | Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine) |
ファイルサイズ | 84.91 KB |
インストール数 | 287 |
現在のバージョン | 2.1 |
最終更新日 | 2018-05-30 |
公開日 | 2018-05-30 |
開発者 | Lewis Wilkie |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "content_scripts": [ { "css": [ "trellopoints.css" ], "js": [ "jquery-1.7.1.min.js", "utils.js", "trellopoints.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "Adapted from 'Combined Points for Trello' extension (see https:\/\/chrome.google.com\/webstore\/detail\/points-for-trello-combine)", "icons": { "128": "images\/logo-128.png", "16": "images\/icon.png", "48": "images\/icon_trello_sm.png" }, "manifest_version": 2, "name": "Priorities for Trello", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "web_accessible_resources": [ "images\/points-icon.png" ] } |