LabelCounter for Trello

Counts the Card label titles on trello.com

Wat is LabelCounter for Trello?

LabelCounter for Trello is een Chrome-extensie ontwikkeld door https://rockin.work, en de belangrijkste functie is "Counts the Card label titles on trello.com".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LabelCounter for Trello

Download LabelCounter for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
Officiële URL https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
Beschrijving Counts the Card label titles on trello.com
Bestandsgrootte 18.45 KB
Aantal Installaties 103
Huidige Versie 1.0
Laatst Bijgewerkt 2018-09-10
Publicatiedatum 2018-09-10
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://rockin.work
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/oikwsat/trello-label-counter
Help Pagina-URL https://github.com/oikwsat/trello-label-counter
Ondersteunde Talen 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\/*"
    ]
}