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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}