LabelCounter for Trello
Counts the Card label titles on trello.com
Hvad er LabelCounter for Trello?
LabelCounter for Trello er en Chrome-udvidelse udviklet af https://rockin.work, og dens hovedfunktion er "Counts the Card label titles on trello.com".
Udvidelsesskærmbilleder
Download LabelCounter for Trello-udvidelses-CRX-fil
Download LabelCounter for Trello-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This Extension counts cards and label texts, display it. It will use the card labels for time. ex.) 1h, 2h, 4h, 8h Required environment * Trello.com * install Card Color Titles for Trello Chrome Extension. * for display of label texts. * Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eahijelcdannijiaikdpdpjnhcjoblie |
Officiel URL | https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie |
Beskrivelse | Counts the Card label titles on trello.com |
Filstørrelse | 18.45 KB |
Antal Installationer | 103 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-09-10 |
Udgivelsesdato | 2018-09-10 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | https://rockin.work |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/oikwsat/trello-label-counter |
Hjælpeside-URL | https://github.com/oikwsat/trello-label-counter |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LabelCounter for Trello", "description": "Counts the Card label titles on trello.com", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "js\/injector.js" ] } ], "web_accessible_resources": [ "js\/embeded.js" ], "permissions": [ "https:\/\/trello.com\/b\/*" ] } |