Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
Что такое Official Card Counter Trello with Totalizer?
Official Card Counter Trello with Totalizer - это расширение Chrome, разработанное https://www.officialtrellocardcounter.com.br, и его основная функция - "Official Card counter for Trello. Show card counters and the total cards in your board!".
Снимки экрана расширения
Скачать файл CRX расширения Official Card Counter Trello with Totalizer
Скачайте файлы расширений Official Card Counter Trello with Totalizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.
Основная информация о расширении
Название | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
Официальный URL | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
Описание | Official Card counter for Trello. Show card counters and the total cards in your board! |
Размер файла | 45.48 KB |
Количество установок | 13,810 |
Текущая Версия | 7.3 |
Последнее Обновление | 2023-11-08 |
Дата публикации | 2020-03-31 |
Рейтинг | 3.33/5 Всего 49 оценок |
Разработчик | https://www.officialtrellocardcounter.com.br |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.officialtrellocardcounter.com.br/ |
URL страницы помощи | http://www.officialtrellocardcounter.com.br/ |
Поддерживаемые языки | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Official Card Counter Trello with Totalizer", "version": "7.3", "description": "Official Card counter for Trello. Show card counters and the total cards in your board!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "counter.js" ], "css": [ "cardstyle.css" ], "run_at": "document_end" } ], "action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 3 } |