Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Apa itu Extended CardCounter for Trello?
Extended CardCounter for Trello adalah ekstensi Chrome yang dikembangkan oleh olegg, dan fitur utamanya adalah "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Extended CardCounter for Trello
Unduh file ekstensi Extended CardCounter for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
URL Resmi | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Deskripsi | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Ukuran File | 716 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-09-02 |
Tanggal Publikasi | 2015-09-02 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | olegg |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |