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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides ability to copy all curent cards on a board into checklists on a single card."입니다.

확장 프로그램 스크린샷

screenshot

Trello Board Snapshot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}