Card Numbers for Trello
Show the card numbers on trello.com for easier communication in a team
Co to jest Card Numbers for Trello?
Card Numbers for Trello to rozszerzenie Chrome opracowane przez mikespokefire, a jego główną funkcją jest „Show the card numbers on trello.com for easier communication in a team”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Card Numbers for Trello
Pobierz pliki rozszerzeń Card Numbers for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Simply adds the card number to the top left corner of cards to allow for easier discussion at stand ups and when working in teams.
Podstawowe informacje o rozszerzeniu
Nazwa | Card Numbers for Trello |
ID | ddadhlcejiholmdiihbdcfoapdfkhicn |
Oficjalny URL | https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn |
Opis | Show the card numbers on trello.com for easier communication in a team |
Rozmiar pliku | 10.44 KB |
Liczba instalacji | 6,546 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2014-08-28 |
Data Publikacji | 2014-08-28 |
Ocena | 4.48/5 Łącznie 25 Oceny |
Deweloper | mikespokefire |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mikespokefire/card_numbers_for_trello |
Adres URL Strony Pomocy | https://github.com/mikespokefire/card_numbers_for_trello/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Numbers for Trello", "version": "2.0.0", "description": "Show the card numbers on trello.com for easier communication in a team", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "override.css" ], "all_frames": true } ] } |