StoryPoint for Asana

track your scrum story points on your Asana board.

StoryPoint for Asana là gì?

StoryPoint for Asana là một tiện ích mở rộng Chrome được phát triển bởi igtm, và tính năng chính của nó là "track your scrum story points on your Asana board.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StoryPoint for Asana

Tải xuống các tệp mở rộng StoryPoint for Asana dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StoryPoint for Asana StoryPoint for Asana
ID ipkcinfcdhhcmibffhlklololceffgnc
URL Chính Thức https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc
Mô tả track your scrum story points on your Asana board.
Kích Thước Tệp 26.95 KB
Số Lần Cài Đặt 1,305
Phiên Bản Hiện Tại 0.0.20
Cập Nhật Lần Cuối 2022-08-17
Ngày Phát Hành 2020-05-12
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển igtm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/igtm/storypoint-for-asana-chrome-ext
Ngôn Ngữ Được Hỗ Trợ 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": []
}