PowerUp Trello

PowerUp Trello

Qu'est-ce que PowerUp Trello ?

PowerUp Trello est une extension Chrome développée par TheCornerSoft, et sa fonction principale est "PowerUp Trello".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PowerUp Trello

Téléchargez les fichiers d'extension PowerUp Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom PowerUp Trello PowerUp Trello
ID dcghblfpkoaefchjlhgglpjeiihlapkc
URL Officiel https://chrome.google.com/webstore/detail/powerup-trello/dcghblfpkoaefchjlhgglpjeiihlapkc
Description PowerUp Trello
Taille du Fichier 85.27 KB
Nombre d'Installations 104
Version Actuelle 1.7
Dernière Mise à Jour 2019-06-26
Date de Publication 2019-06-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur TheCornerSoft
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://savetokeep.com
Langues Prises en Charge 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\/*"
    ]
}