Trello Board Snapshot

Provides ability to copy all curent cards on a board into checklists on a single card.

Trello Board Snapshot क्या है?

Trello Board Snapshot wadewachs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides ability to copy all curent cards on a board into checklists on a single card."।

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

screenshot

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

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

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

                        UPDATE:
Version 0.3 now grants the ability to take snapshots of individual lists through the List Actions menu on each list.


This extension grew out if the need to keep track of multiple cards that exist on multiple boards. For us, all of the work to be done is staged on one specific board, then that work is sent out to smaller teams to actually complete the work. With this extension, it is possible to create a snapshot of the central board before all of the cards are sent out to the team boards. All the cards can then be followed up on at a later date, regardless of where the card happens to be.

Currently, the user is required to manually create a list titled 'Board Snapshots' which will then be populated with a card containing checklists of all the visible cards on the board. Each checklist item is a link that will function no matter where the card goes, so long as the user clicking the link has access to the board where the card now resides.

Please share any feedback or requests through comments here in the store. I am open to updating the extension if there is a use for it in the community.                    

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

नाम Trello Board Snapshot Trello Board Snapshot
ID dgafpbcbieanmcihbjgaicikfchngpff
आधिकारिक URL https://chromewebstore.google.com/detail/trello-board-snapshot/dgafpbcbieanmcihbjgaicikfchngpff
विवरण Provides ability to copy all curent cards on a board into checklists on a single card.
फ़ाइल का आकार 88.04 KB
स्थापना संख्या 679
वर्तमान संस्करण 0.3
अंतिम अपडेट 2015-01-20
प्रकाशन तिथि 2015-01-20
रेटिंग 3.92/5 कुल 12 रेटिंग्स
डेवलपर wadewachs
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-2.1.0.min.js",
                "lib\/client.js",
                "boardsnapshot.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Provides ability to copy all curent cards on a board into checklists on a single card.",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "Trello Board Snapshot",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}