Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Vad är Extended CardCounter for Trello?
Extended CardCounter for Trello är en Chrome-tillägg utvecklad av olegg, och dess huvudfunktion är "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
Tilläggsskärmbilder
Ladda ner Extended CardCounter for Trello-förlängningens CRX-fil
Ladda ner Extended CardCounter for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
Officiell webbadress | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
Beskrivning | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
Filstorlek | 716 KB |
Antal Installationer | 72 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2015-09-02 |
Publiceringsdatum | 2015-09-02 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | olegg |
Betalningssätt | free |
Stödda Språk | 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" } |