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
公式URL 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
Eメール [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": []
}