Jira - Estimations sum for columns in boards

This extension sums up the estimates for each column in both Scrum and Kanban boards.

Jira - Estimations sum for columns in boards là gì?

Jira - Estimations sum for columns in boards là một tiện ích mở rộng Chrome được phát triển bởi Per Lundström, và tính năng chính của nó là "This extension sums up the estimates for each column in both Scrum and Kanban boards.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jira - Estimations sum for columns in boards

Tải xuống các tệp mở rộng Jira - Estimations sum for columns in boards 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

                        Jira - Estimations sum for columns in boards

Requirements:
- "Global time tracking settings/Time display format" can be either "days" or "hours".
- The project needs to be "company-managed".
- The Scrum board needs to show only one estimation field. Either that from "Board settings/Estimation" or "Board settings/Card layout".
- The Kanban board needs to show only one estimation field, which you can find under "Board Settings/Card layout".                    

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

Tên Jira - Estimations sum for columns in boards Jira - Estimations sum for columns in boards
ID dfpbfekaakbmmlpkjghimjlconpnfmbl
URL Chính Thức https://chromewebstore.google.com/detail/jira-estimations-sum-for/dfpbfekaakbmmlpkjghimjlconpnfmbl
Mô tả This extension sums up the estimates for each column in both Scrum and Kanban boards.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-10-16
Ngày Phát Hành 2021-04-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Per Lundström
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira - Estimations sum for columns in boards",
    "description": "This extension sums up the estimates for each column in both Scrum and Kanban boards.",
    "version": "1.3",
    "short_name": "Jira - Estimations sums",
    "author": "Per Lundstr\u00f6m",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/secure\/RapidBoard.jspa?*",
                "https:\/\/*\/secure\/RapidBoard.jspa?*",
                "https:\/\/*\/jira\/software\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}