Multiselect for Trello

Manage and modify multiple cards at once

Multiselect for Trello란 무엇입니까?

Multiselect for Trello은(는) Federico Martinez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and modify multiple cards at once"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Multiselect for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **MULTISELECT FOR TRELLO IS NOW FREE!!**

Access the power of performing an action on multiple Trello cards at once. Select multiple cards or an entire list, open the Actions menu and apply an action to every selected card. It's just that simple.

Features included:

- Check the cards manually or with Ctrl / Command (OS X) + click.
- Select cards individually or the entire list. List selection even works with applied filters.
- Assign multiple labels, or remove them, for all cards selected.
- Assign multiple members, or remove them, for all cards selected.
- Move/Copy cards to another Board, List or even position in list.
- Append/Prepend text to cards title/body.
- Delete multiple cards.
- Archive multiple cards.
- Add due date to multiple cards.
- Push due dats for multiple cards.
- Unselect all cards at once.
- Copy card URLs to clipboard.
- Add checklist to multiple cards.
- Add comment to multiple cards.
- Subscribe/unsubscribe from multiple cards.
- Add/remove custom fields from multiple cards.

Shortcuts:
- Ctrl / Command (OS X) + click to select cards.

We do not track any kind of your information from your Trello account.                    

확장 프로그램 기본 정보

이름 Multiselect for Trello Multiselect for Trello
ID jlnfnpelianecpjoeahaeihmkhnkakof
공식 URL https://chromewebstore.google.com/detail/multiselect-for-trello/jlnfnpelianecpjoeahaeihmkhnkakof
설명 Manage and modify multiple cards at once
파일 크기 160 KB
설치 횟수 5,560
현재 버전 9.1.0
최근 업데이트 2023-12-27
출시 날짜 2020-06-12
평점 3.57/5 총 147 개의 평점
개발자 Federico Martinez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://multiselectfortrello.wordpress.com/
도움말 페이지 URL https://multiselectfortrello.wordpress.com/contact
지원되는 언어 en,fr,es,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Multiselect for Trello",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "9.1.0",
    "manifest_version": 3,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_appName__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif",
                "js\/moment.js",
                "js\/pikaday.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/**"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/trello.js",
                "js\/moment.js",
                "js\/pikaday.js",
                "js\/script.min.js"
            ],
            "css": [
                "css\/ext-styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}