StoryPoint for Asana

track your scrum story points on your Asana board.

什麼是StoryPoint for Asana?

StoryPoint for Asana是由igtm開發的Chrome擴展程式,該擴展的主要功能是“track your scrum story points on your Asana board.”。

擴展截圖

screenshot
screenshot
screenshot

下載StoryPoint for Asana擴展crx文件

下載StoryPoint for Asana擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 StoryPoint for Asana StoryPoint for Asana
ID ipkcinfcdhhcmibffhlklololceffgnc
官方網址 https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc
簡介 track your scrum story points on your Asana board.
檔案大小 26.95 KB
安裝次數 1,305
目前版本 0.0.20
更新時間 2022-08-17
上架時間 2020-05-12
評分 4.63/5 共 8 次評分
開發者 igtm
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/igtm/storypoint-for-asana-chrome-ext
支援的語言 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": []
}