StoryPoint for Asana

track your scrum story points on your Asana board.

What is StoryPoint for Asana?

StoryPoint for Asana is a Chrome extension developed by igtm, and its main feature is "track your scrum story points on your Asana board.".

Extension Screenshots

screenshot
screenshot
screenshot

Download StoryPoint for Asana Extension CRX File

Download StoryPoint for Asana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name StoryPoint for Asana StoryPoint for Asana
ID ipkcinfcdhhcmibffhlklololceffgnc
Official URL https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc
Description track your scrum story points on your Asana board.
File Size 26.95 KB
Installation Count 1,305
Current Version 0.0.20
Last Updated 2022-08-17
Publish Date 2020-05-12
Rating 4.63/5 Total 8 Ratings
Developer igtm
Email [email protected]
Payment Type free
Extension Website https://github.com/igtm/storypoint-for-asana-chrome-ext
Supported Languages 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": []
}