Multiselect for Trello

Manage and modify multiple cards at once

Τι είναι το Multiselect for Trello;

Το Multiselect for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Federico Martinez, και η κύρια λειτουργία του είναι "Manage and modify multiple cards at once".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Multiselect for Trello

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
        }
    ]
}