LabelCounter for Trello

Counts the Card label titles on trello.com

LabelCounter for Trello क्या है?

LabelCounter for Trello https://rockin.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Counts the Card label titles on trello.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LabelCounter for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
आधिकारिक URL https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
विवरण Counts the Card label titles on trello.com
फ़ाइल का आकार 18.45 KB
स्थापना संख्या 103
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-09-10
प्रकाशन तिथि 2018-09-10
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://rockin.work
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/oikwsat/trello-label-counter
सहायता पृष्ठ URL https://github.com/oikwsat/trello-label-counter
समर्थित भाषाएँ 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\/*"
    ]
}