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文件

下載Multiselect for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **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
官方網址 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"
        }
    ]
}