Flow Companion for Jira

Jira flow companion is a tool made to make powerful analyses on Jira Data. The tool is triggered from the Jira Kanban board and…

Flow Companion for Jiraคืออะไร?

Flow Companion for Jira เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magnus Siverbrant และคุณลักษณะหลักของมันคือ "Jira flow companion is a tool made to make powerful analyses on Jira Data. The tool is triggered from the Jira Kanban board and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flow Companion for Jira

ดาวน์โหลดไฟล์ส่วนขยาย Flow Companion for Jira ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Jira flow companion is a tool made to make powerful analyses on Jira Data.

The tool  is triggered from the Jira Kanban board and uses the same data used to create jiras CFD. It visualises the data in other ways that might help you understand your delivery better.  

* Create a CFD that is easier to work with (zoom, start from 0 done when shortening timespan, watch individual statuses over time.

* Throughput report select the time period you want and the resolution you want (1-4 weeks) and has a rolling average you can change to your needs to better understand the data

* Spectral analysis can be used for both Lead time and Cycle time gives ability to zoom the data and see them with a resolution of (1Day, 1-3weeks,1 month)

* Sprint reports

* Backlog Growth

* Backlog age

* Montecarlo simulations to create forecasts

Since the new interpretation of how auth cookies can be shared cross sites in 2020 the extension might need your Jira credentials order to be able to access JIRA API:s. In this case the extension needs to save the JIRA credentials locally in the browser to function in a reasonable way. The credentials is never sent anywhere but to your Jira server for authentication                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flow Companion for Jira Flow Companion for Jira
ID kbppfmkmcilakibigimbnohnbefifaao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flow-companion-for-jira/kbppfmkmcilakibigimbnohnbefifaao
คำอธิบาย Jira flow companion is a tool made to make powerful analyses on Jira Data. The tool is triggered from the Jira Kanban board and…
ขนาดไฟล์ 898 KB
จำนวนการติดตั้ง 6,450
เวอร์ชันปัจจุบัน 2024.01.03
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2020-02-20
คะแนน 4.38/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Magnus Siverbrant
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://scope360.eu/other/2023/10/09/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flow Companion for Jira",
    "version": "2024.01.03",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_title": "Better flow reports for jira"
    },
    "icons": {
        "16": "assets\/icn.png",
        "48": "assets\/icn48.png",
        "128": "assets\/icn128.png"
    },
    "background": {
        "service_worker": "jprBackground.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/scope360logo-white.svg",
                "assets\/scope360-icon.svg",
                "cs-w3.css",
                "s360.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/secure\/RapidBoard.jspa*",
                "https:\/\/*\/secure\/RapidBoard.jspa*",
                "http:\/\/*\/*\/secure\/RapidBoard.jspa*",
                "https:\/\/*\/*\/secure\/RapidBoard.jspa*",
                "https:\/\/*\/*\/boards\/*",
                "https:\/\/*\/jira\/your-work",
                "http:\/\/*\/projects\/*"
            ],
            "js": [
                "trigger.js"
            ],
            "css": [
                "s360.css",
                "cs-w3.css"
            ]
        }
    ]
}