Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
O que é Extended CardCounter for Trello?
Extended CardCounter for Trello é uma extensão do Chrome desenvolvida por olegg, e sua principal característica é "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extended CardCounter for Trello
Baixe arquivos de extensão Extended CardCounter for Trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
URL Oficial | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Descrição | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Tamanho do Arquivo | 716 KB |
Contagem de Instalações | 72 |
Versão Atual | 0.0.4 |
Última Atualização | 2015-09-02 |
Data de Publicação | 2015-09-02 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | olegg |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |