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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |