Velocity Scores for waffle.io
Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Co to jest Velocity Scores for waffle.io?
Velocity Scores for waffle.io to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Velocity Scores for waffle.io
Pobierz pliki rozszerzeń Velocity Scores for waffle.io 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
A chrome extension of Velocity Scores for waffle.io, ported from https://gist.github.com/jhubert/8eec558ab8cea9fd4aaa which renders velocity scores based on the content of the GitHub issue title.
Podstawowe informacje o rozszerzeniu
Nazwa | Velocity Scores for waffle.io |
ID | pffhdclphfnbdcdglcclnnlcjnofjggp |
Oficjalny URL | https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp |
Opis | Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue |
Rozmiar pliku | 45.79 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-07-29 |
Data Publikacji | 2014-07-28 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rockerhieu/waffle.io-velocity-scores |
Adres URL Strony Pomocy | https://github.com/rockerhieu/waffle.io-velocity-scores/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velocity Scores for waffle.io", "description": "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue", "version": "1.1", "icons": { "128": "images\/icon.png" }, "permissions": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "run_at": "document_start" } ] } |