PowerUp Trello

PowerUp Trello

Cos'è PowerUp Trello?

PowerUp Trello è un'estensione di Chrome sviluppata da TheCornerSoft, e la sua funzione principale è "PowerUp Trello".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PowerUp Trello

Scarica i file di estensione PowerUp Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - Active card after click
- Quick filters members in board
- Search card by card id or short card id
- Remove card background in screen board
- Sortable list Labels                    

Informazioni di Base sull'Estensione

Nome PowerUp Trello PowerUp Trello
ID dcghblfpkoaefchjlhgglpjeiihlapkc
URL Ufficiale https://chrome.google.com/webstore/detail/powerup-trello/dcghblfpkoaefchjlhgglpjeiihlapkc
Descrizione PowerUp Trello
Dimensione del File 85.27 KB
Conteggio Installazioni 104
Versione Corrente 1.7
Ultimo Aggiornamento 2019-06-26
Data di Pubblicazione 2019-06-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore TheCornerSoft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://savetokeep.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerUp Trello",
    "description": "PowerUp Trello",
    "version": "1.7",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.3.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/lib\/sortable.min.js",
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/content_scripts.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "alarms",
        "gcm",
        "storage",
        "https:\/\/trello.com\/*"
    ]
}