Export for Trello

Export Trello Boards to Excel

Export for Trello क्या है?

Export for Trello Mark Woodall द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Trello Boards to Excel"।

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

screenshot
screenshot

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

crx प्रारूप में Export for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Exports a board to an Excel xlsx file.

Usage: From a board, Menu > Share, Print, and Export > Export Excel.

Note: Once installed, might take a refresh or two of Trello before it starts to show up.

New in version 1.7:
Added the card URL, so you can quickly get back to a specific card in the export.

Exported Fields:
* List
* Title/Name
* Description
* Points - using format "(1)" in Title field
* Due Date
* Members Initials
* Labels
* Card #
* Card URL

Archived cards are exported to a second tab in the workbook.                    

एक्सटेंशन की मूल जानकारी

नाम Export for Trello Export for Trello
ID nhdelomnagopgaealggpgojkhcafhnin
आधिकारिक URL https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin
विवरण Export Trello Boards to Excel
फ़ाइल का आकार 114 KB
स्थापना संख्या 65,501
वर्तमान संस्करण 1.8
अंतिम अपडेट 2015-04-16
प्रकाशन तिथि 2015-04-16
रेटिंग 4.41/5 कुल 335 रेटिंग्स
डेवलपर Mark Woodall
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/llad/export-for-trello
सहायता पृष्ठ URL https://github.com/llad/export-for-trello
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export for Trello",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Export Trello Boards to Excel",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.0.min.js",
                "lib\/FileSaver.js",
                "lib\/xlsx.js",
                "lib\/jszip.min.js",
                "trelloexport.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-2.1.0.min.map"
    ]
}