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…”。

扩展截图

screenshot
screenshot

下载Trello Re-list By Team Members扩展crx文件

下载Trello Re-list By Team Members扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}