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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View a Trello card's description, name, and points histories, which are not available through the standard Trello interface."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Card History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}