StoryPoint for Asana
track your scrum story points on your Asana board.
Wat is StoryPoint for Asana?
StoryPoint for Asana is een Chrome-extensie ontwikkeld door igtm, en de belangrijkste functie is "track your scrum story points on your Asana board.".
Extensie Screenshots
Download het CRX-bestand van de extensie StoryPoint for Asana
Download StoryPoint for Asana-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
Officiële URL | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
Beschrijving | track your scrum story points on your Asana board. |
Bestandsgrootte | 26.95 KB |
Aantal Installaties | 1,305 |
Huidige Versie | 0.0.20 |
Laatst Bijgewerkt | 2022-08-17 |
Publicatiedatum | 2020-05-12 |
Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | igtm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/igtm/storypoint-for-asana-chrome-ext |
Ondersteunde Talen | 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": [] } |