LabelCounter for Trello

Counts the Card label titles on trello.com

Qu'est-ce que LabelCounter for Trello ?

LabelCounter for Trello est une extension Chrome développée par https://rockin.work, et sa fonction principale est "Counts the Card label titles on trello.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LabelCounter for Trello

Téléchargez les fichiers d'extension LabelCounter for 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

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

Informations de Base sur l'Extension

Nom LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
URL Officiel https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
Description Counts the Card label titles on trello.com
Taille du Fichier 18.45 KB
Nombre d'Installations 103
Version Actuelle 1.0
Dernière Mise à Jour 2018-09-10
Date de Publication 2018-09-10
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://rockin.work
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oikwsat/trello-label-counter
URL de la Page d'Aide https://github.com/oikwsat/trello-label-counter
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}