Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
¿Qué es Extended CardCounter for Trello?
Extended CardCounter for Trello es una extensión de Chrome desarrollada por olegg, y su función principal es "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Extended CardCounter for Trello
Descarga archivos de extensión Extended CardCounter for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
URL Oficial | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Descripción | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Tamaño del Archivo | 716 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 0.0.4 |
Última Actualización | 2015-09-02 |
Fecha de Publicación | 2015-09-02 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | olegg |
Tipo de Pago | free |
Idiomas Soportados | 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" } |