Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

What is Extended CardCounter for Trello?

Extended CardCounter for Trello is a Chrome extension developed by olegg, and its main feature is "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".

Extension Screenshots

screenshot

Download Extended CardCounter for Trello Extension CRX File

Download Extended CardCounter for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

Extension Basic Information

Name Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
Official URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
Description All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
File Size 716 KB
Installation Count 72
Current Version 0.0.4
Last Updated 2015-09-02
Publish Date 2015-09-02
Rating 3.50/5 Total 2 Ratings
Developer olegg
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}