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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |