Trello Card History

View a Trello card's description, name, and points histories, which are not available through the standard Trello interface.

Trello Card History란 무엇입니까?

Trello Card History은(는) Jason Bice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View a Trello card's description, name, and points histories, which are not available through the standard Trello interface."입니다.

확장 프로그램 스크린샷

screenshot

Trello Card History 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Trello Card History extension provides quick and easy access to vital historical information for a Trello story card's Description and Name. The change histories for these elements are already stored by Trello, but access to this information is not currently provided by the standard user interface.

This extension is also compatible with the popular Scrum for Trello extension, and will call out Agile point updates as part of its Name change analysis. Teams using Trello for Agile software development can leverage the change history provided by the extension to analyze how well a team is following best practices, such as:

- has a change been made that might invalidate the card's point value?
- are points being assigned/changed as a team?
- are cards following proper grooming procedures before being queued up for development?
- are groomed and/or in-flight cards commonly undergoing substantial revision? 
- etc.                    

확장 프로그램 기본 정보

이름 Trello Card History Trello Card History
ID efphljpdajpciigcmmfbhemjaanmoami
공식 URL https://chromewebstore.google.com/detail/trello-card-history/efphljpdajpciigcmmfbhemjaanmoami
설명 View a Trello card's description, name, and points histories, which are not available through the standard Trello interface.
파일 크기 837 KB
설치 횟수 4,259
현재 버전 1.4.1
최근 업데이트 2019-05-22
출시 날짜 2019-05-22
평점 4.86/5 총 22 개의 평점
개발자 Jason Bice
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jasonbice/TrelloCardHistoryV2
도움말 페이지 URL https://github.com/jasonbice/TrelloCardHistoryV2
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Jason T. Bice",
    "name": "Trello Card History",
    "description": "View a Trello card's description, name, and points histories, which are not available through the standard Trello interface.",
    "version": "1.4.1",
    "version_name": "1.4.1",
    "browser_action": {
        "default_icon": "\/assets\/images\/icon16.png",
        "default_popup": "index.html#\/history"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "https:\/\/trello.com\/",
        "https:\/\/www.trello.com\/"
    ],
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "\/assets\/images\/icon16.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}