LabelCounter for Trello
Counts the Card label titles on trello.com
What is LabelCounter for Trello?
LabelCounter for Trello is a Chrome extension developed by https://rockin.work, and its main feature is "Counts the Card label titles on trello.com".
Extension Screenshots
Download LabelCounter for Trello Extension CRX File
Download LabelCounter for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | eahijelcdannijiaikdpdpjnhcjoblie |
Official URL | https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie |
Description | Counts the Card label titles on trello.com |
File Size | 18.45 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2018-09-10 |
Publish Date | 2018-09-10 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://rockin.work |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oikwsat/trello-label-counter |
Help Page URL | https://github.com/oikwsat/trello-label-counter |
Supported Languages | 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\/*" ] } |