Trello Real-Time Card Counter

Real-time display of total cards in every list to Boost your Trello productivity!

什么是Trello Real-Time Card Counter?

Trello Real-Time Card Counter是由https://www.surajlulla.com开发的Chrome扩展程序,该扩展的主要功能是“Real-time display of total cards in every list to Boost your Trello productivity!”。

扩展截图

screenshot

下载Trello Real-Time Card Counter扩展crx文件

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

扩展使用说明

                        As you stumbled here, I know you've been using Trello a lot.
Most of the times, all we want is to keep a track of the card counts to make things easier with Trello.

So, how do you add number count to your Trello card/boards?
1. Install the Chrome extension - Trello Real-Time Card Counter and activate it.
2. That's it!

Really, it's that easy to add card count in Trello boards.

Have fun managing tasks on Trello with your real-time card count.                    

扩展基本信息

名称 Trello Real-Time Card Counter Trello Real-Time Card Counter
ID boamaglckdmhpoplmglfobiihfkgmpke
官方URL https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke
简介 Real-time display of total cards in every list to Boost your Trello productivity!
文件大小 41.86 KB
安装次数 362
当前版本 1.2
更新时间 2021-01-05
上架时间 2020-05-22
评分 3.00/5 共4次评分
开发者 https://www.surajlulla.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.surajlulla.com
帮助页面URL https://www.surajlulla.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Real-Time Card Counter",
    "description": "Real-time display of total cards in every list to Boost your Trello productivity!",
    "version": "1.2",
    "author": "Suraj Lulla",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "trellocounter.css"
            ],
            "js": [
                "jquery.min.js",
                "trellocounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "trello-card-counter-16.png",
        "48": "trello-card-counter-48.png",
        "128": "trello-card-counter-128.png"
    }
}