Sum for Trello

Sum card costs in your Trello board

Sum for Trello란 무엇입니까?

Sum for Trello은(는) cmb.durand에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sum card costs in your Trello board"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Trello Sum is a Chrome Extension that adds a little bit of functionality to Trello.com freely adapted/forked from Trello Scrum. Trello Sum allows you to count the visible card sum up total cost of cards per list.
Cost is indicated between () in each card description. Now also works with negative costs since version 0.0.8.                    

확장 프로그램 기본 정보

이름 Sum for Trello Sum for Trello
ID pkoogihbgjbpeollfnioabeaimjaongg
공식 URL https://chromewebstore.google.com/detail/sum-for-trello/pkoogihbgjbpeollfnioabeaimjaongg
설명 Sum card costs in your Trello board
파일 크기 56.26 KB
설치 횟수 1,193
현재 버전 0.0.8
최근 업데이트 2018-04-30
출시 날짜 2018-04-30
평점 4.33/5 총 9 개의 평점
개발자 cmb.durand
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sum for Trello",
    "version": "0.0.8",
    "description": "Sum card costs in your Trello board",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "trellosum.js"
            ],
            "css": [
                "trellosum.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "trello-sum-icon.png"
    },
    "web_accessible_resources": [
        "images\/trello-sum-icon_12x12.png",
        "images\/trello-sum-icon_18x18.png"
    ],
    "permissions": [
        "storage"
    ]
}