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ファイルをダウンロード

Trello Card History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}