Magic Mirror List for Trello

Mirror the list of one board on another

Τι είναι το Magic Mirror List for Trello;

Το Magic Mirror List for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trustpilot, και η κύρια λειτουργία του είναι "Mirror the list of one board on another".

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

screenshot

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

Λήψη αρχείων επέκτασης Magic Mirror List for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Magic Mirror List for Trello allows you to mirror the list of one board on another. Furthermore, if you drag a card to the mirrored list it will be transferred to list that it is duplicating (and thus be shown as a copy in the mirror list).

To get started, create a list on a board with a title containing the list and board to mirror, following this syntax: "[My list to duplicate@The board that list is on]".

Obviously you need to be able to access both boards, and allow the plugin to act on your behalf as described in the OAuth dialog.

1.13 Fixes problem with changed styles on Trello                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Magic Mirror List for Trello Magic Mirror List for Trello
ID oannnmlkidcimhobccmijljgpclclohb
Επίσημο URL https://chromewebstore.google.com/detail/magic-mirror-list-for-tre/oannnmlkidcimhobccmijljgpclclohb
Περιγραφή Mirror the list of one board on another
Μέγεθος Αρχείου 47.83 KB
Αριθμός Εγκαταστάσεων 444
Τρέχουσα Έκδοση 1.13.0
Τελευταία Ενημέρωση 2017-07-31
Ημερομηνία Δημοσίευσης 2017-07-31
Αξιολόγηση 3.19/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Trustpilot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://legal.trustpilot.com/end-user-privacy-terms
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Mirror List for Trello",
    "description": "Mirror the list of one board on another",
    "version": "1.13.0",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}