Trello Card Counter

Card counters and card identifiers for easy collaboration and project management

什麼是Trello Card Counter?

Trello Card Counter是由Alex Benoit開發的Chrome擴展程式,該擴展的主要功能是“Card counters and card identifiers for easy collaboration and project management”。

擴展截圖

screenshot
screenshot

下載Trello Card Counter擴展crx文件

下載Trello Card Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        [recently updated, fully working] Trello Card Counter Plus tells you how many cards you have in your lists and board and gives the cards identifiers for easier collaboration and project management. Updated for Trello 2024.                    

擴展基本資訊

名稱 Trello Card Counter Trello Card Counter
ID hepiaakjhimoagmpalbfoojemcnlnagn
官方網址 https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn
簡介 Card counters and card identifiers for easy collaboration and project management
檔案大小 14.12 KB
安裝次數 20,000
目前版本 3.0.0
更新時間 2023-12-03
上架時間 2017-11-22
評分 3.93/5 共 27 次評分
開發者 Alex Benoit
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://alexbenoit.me/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Card Counter",
    "version": "3.0.0",
    "description": "Card counters and card identifiers for easy collaboration and project management",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-override.js"
            ],
            "css": [
                "trello-override.css"
            ]
        }
    ],
    "icons": {
        "128": "trelloext.png"
    }
}