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とは何ですか?

Jira - Estimations sum for columns in boardsはPer Lundströmによって開発されたChromeの拡張機能で、その主な機能は「This extension sums up the estimates for each column in both Scrum and Kanban boards.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jira - Estimations sum for columns in boards拡張機能のCRXファイルをダウンロード

Jira - Estimations sum for columns in boards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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".                    

拡張機能の基本情報

名前 Jira - Estimations sum for columns in boards Jira - Estimations sum for columns in boards
ID dfpbfekaakbmmlpkjghimjlconpnfmbl
公式URL https://chromewebstore.google.com/detail/jira-estimations-sum-for/dfpbfekaakbmmlpkjghimjlconpnfmbl
説明 This extension sums up the estimates for each column in both Scrum and Kanban boards.
ファイルサイズ 148 KB
インストール数 38
現在のバージョン 1.3
最終更新日 2021-10-16
公開日 2021-04-15
評価 5.00/5 合計 3 レビュー
開発者 Per Lundström
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/
対応言語 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"
        }
    ]
}