Extended CardCounter for Trello

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

Extended CardCounter for Trello란 무엇입니까?

Extended CardCounter for Trello은(는) olegg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)"입니다.

확장 프로그램 스크린샷

screenshot

Extended CardCounter for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
공식 URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
설명 All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
파일 크기 716 KB
설치 횟수 72
현재 버전 0.0.4
최근 업데이트 2015-09-02
출시 날짜 2015-09-02
평점 3.50/5 총 2 개의 평점
개발자 olegg
결제 유형 free
지원되는 언어 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"
}