StoryPoint for Asana
track your scrum story points on your Asana board.
Was ist StoryPoint for Asana?
StoryPoint for Asana ist eine Chrome-Erweiterung, die von igtm entwickelt wurde, und ihr Hauptmerkmal ist "track your scrum story points on your Asana board.".
Erweiterungsscreenshots
StoryPoint for Asana-Erweiterungs-CRX-Datei herunterladen
Laden Sie StoryPoint for Asana-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
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
Grundlegende Informationen zur Erweiterung
Name | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
Offizielle URL | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
Beschreibung | track your scrum story points on your Asana board. |
Dateigröße | 26.95 KB |
Installationsanzahl | 1,305 |
Aktuelle Version | 0.0.20 |
Letztes Update | 2022-08-17 |
Veröffentlichungsdatum | 2020-05-12 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | igtm |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/igtm/storypoint-for-asana-chrome-ext |
Unterstützte Sprachen | 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": [] } |