Trello Re-list By Team Members
This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…
Trello Re-list By Team Members란 무엇입니까?
Trello Re-list By Team Members은(는) UXBERT Usability Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members…"입니다.
확장 프로그램 스크린샷
Trello Re-list By Team Members 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members or by picking list(s) and showing what each member is working on. Now, you can see what is on each person's plate in a specific list or multiple lists and what is not assigned to anyone. Or you can select one team member, and see all their lists. Without having to click multiple times to go through the side menu. Useful for managing disperse teams and keeping track of what everyone is working on immediately and whats next for them. Features: One-click re-list trello board by team members (it doesn't make any changes to your trello board just does it in your browser temporarily, you can toggle back) Filter team member's cards by specific list(s) Visual clue for cards that are shared among team members You can filter by team or filter by an individual member faster.
확장 프로그램 기본 정보
이름 | Trello Re-list By Team Members |
ID | jncidihmnkbkafobjagkjpclpiholifl |
공식 URL | https://chromewebstore.google.com/detail/trello-re-list-by-team-me/jncidihmnkbkafobjagkjpclpiholifl |
설명 | This plugin adds extended usability and utility to your Trello board to relist items in all lists based on individual team members… |
파일 크기 | 110 KB |
설치 횟수 | 268 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-07-02 |
출시 날짜 | 2019-07-02 |
평점 | 3.43/5 총 7 개의 평점 |
개발자 | UXBERT Usability Lab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Re-list By Team Members", "version": "0.3", "manifest_version": 2, "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "run_at": "document_end", "all_frames": true, "matches": [ "*:\/\/trello.com\/*" ], "css": [ "css\/jquery.dropdown.min.css" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/jquery.dropdown.min.js", "js\/underscore-min.js", "js\/helpers.js", "js\/main.js" ] } ], "web_accessible_resources": [ "img\/icon128.png" ] } |