Trello card counter
Count Trello cards in Lists
Was ist Trello card counter?
Trello card counter ist eine Chrome-Erweiterung, die von martin.mouterde entwickelt wurde, und ihr Hauptmerkmal ist "Count Trello cards in Lists".
Erweiterungsscreenshots
Trello card counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello card counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome extension witch Add the number of card in each column.
Grundlegende Informationen zur Erweiterung
Name | Trello card counter |
ID | lkifhkgedjabhdpbogaobhkgajndjihg |
Offizielle URL | https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg |
Beschreibung | Count Trello cards in Lists |
Dateigröße | 101 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2017-05-30 |
Veröffentlichungsdatum | 2017-05-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | martin.mouterde |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mmouterde/TrelloCardCounter |
Hilfeseite URL | https://github.com/mmouterde/TrelloCardCounter |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello card counter", "description": "Count Trello cards in Lists", "version": "1.0.1", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Martin Mouterde", "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/main.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "manifest_version": 2 } |