JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

JIRA Story Points Helper là gì?

JIRA Story Points Helper là một tiện ích mở rộng Chrome được phát triển bởi Jui-Shan (Jenny) Liang, và tính năng chính của nó là "Visualizing each assignee's story points in all sprints".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JIRA Story Points Helper

Tải xuống các tệp mở rộng JIRA Story Points Helper 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

                        https://github.com/jsliang/jira-story-points-helper                    

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

Tên JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
URL Chính Thức https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
Mô tả Visualizing each assignee's story points in all sprints
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2018-05-08
Ngày Phát Hành 2018-05-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jui-Shan (Jenny) Liang
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jsliang/jira-taskboard-helper
Ngôn Ngữ Được Hỗ Trợ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "jira-story-points-helper",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.4.4",
    "author": "Jui-Shan Liang ",
    "homepage_url": "https:\/\/github.com\/jsliang\/jira-story-points-helper",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}