StoryPoint for Asana
track your scrum story points on your Asana board.
Co to jest StoryPoint for Asana?
StoryPoint for Asana to rozszerzenie Chrome opracowane przez igtm, a jego główną funkcją jest „track your scrum story points on your Asana board.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StoryPoint for Asana
Pobierz pliki rozszerzeń StoryPoint for Asana 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
track your scrum story points on your Asana board. This is open source project Please feel free to send pull-request to it! https://github.com/igtm/storypoint-for-asana-chrome-ext
Podstawowe informacje o rozszerzeniu
Nazwa | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
Oficjalny URL | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
Opis | track your scrum story points on your Asana board. |
Rozmiar pliku | 26.95 KB |
Liczba instalacji | 1,305 |
Aktualna Wersja | 0.0.20 |
Ostatnia Aktualizacja | 2022-08-17 |
Data Publikacji | 2020-05-12 |
Ocena | 4.63/5 Łącznie 8 Oceny |
Deweloper | igtm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/igtm/storypoint-for-asana-chrome-ext |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StoryPoint for Asana", "version": "0.0.20", "manifest_version": 2, "description": "track your scrum story points on your Asana board.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [] } |