StoryPoint for Asana

track your scrum story points on your Asana board.

Qu'est-ce que StoryPoint for Asana ?

StoryPoint for Asana est une extension Chrome développée par igtm, et sa fonction principale est "track your scrum story points on your Asana board.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StoryPoint for Asana

Téléchargez les fichiers d'extension StoryPoint for Asana au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom StoryPoint for Asana StoryPoint for Asana
ID ipkcinfcdhhcmibffhlklololceffgnc
URL Officiel https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc
Description track your scrum story points on your Asana board.
Taille du Fichier 26.95 KB
Nombre d'Installations 1,305
Version Actuelle 0.0.20
Dernière Mise à Jour 2022-08-17
Date de Publication 2020-05-12
Évaluation 4.63/5 Total 8 Évaluations
Développeur igtm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/igtm/storypoint-for-asana-chrome-ext
Langues Prises en Charge 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": []
}