StoryPoint for Asana
track your scrum story points on your Asana board.
Cos'è StoryPoint for Asana?
StoryPoint for Asana è un'estensione di Chrome sviluppata da igtm, e la sua funzione principale è "track your scrum story points on your Asana board.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StoryPoint for Asana
Scarica i file di estensione StoryPoint for Asana in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | StoryPoint for Asana |
ID | ipkcinfcdhhcmibffhlklololceffgnc |
URL Ufficiale | https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc |
Descrizione | track your scrum story points on your Asana board. |
Dimensione del File | 26.95 KB |
Conteggio Installazioni | 1,305 |
Versione Corrente | 0.0.20 |
Ultimo Aggiornamento | 2022-08-17 |
Data di Pubblicazione | 2020-05-12 |
Valutazione | 4.63/5 Totale 8 Valutazioni |
Sviluppatore | igtm |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/igtm/storypoint-for-asana-chrome-ext |
Lingue Supportate | 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": [] } |