LabelCounter for Trello
Counts the Card label titles on trello.com
Что такое LabelCounter for Trello?
LabelCounter for Trello - это расширение Chrome, разработанное https://rockin.work, и его основная функция - "Counts the Card label titles on trello.com".
Снимки экрана расширения
Скачать файл CRX расширения LabelCounter for Trello
Скачайте файлы расширений LabelCounter for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
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\/*" ] } |