Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Что такое Extended CardCounter for Trello?
Extended CardCounter for Trello - это расширение Chrome, разработанное olegg, и его основная функция - "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Снимки экрана расширения
Скачать файл CRX расширения Extended CardCounter for Trello
Скачайте файлы расширений Extended CardCounter for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot. Feel free to any questions to [email protected]
Основная информация о расширении
Название | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
Официальный URL | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Описание | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Размер файла | 716 KB |
Количество установок | 72 |
Текущая Версия | 0.0.4 |
Последнее Обновление | 2015-09-02 |
Дата публикации | 2015-09-02 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | olegg |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)", "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Extended CardCounter for Trello", "version": "0.0.4" } |