Sprint Graph
Visualize Jira Sprints as graphs
什麼是Sprint Graph?
Sprint Graph是由DJP Dev開發的Chrome擴展程式,該擴展的主要功能是“Visualize Jira Sprints as graphs”。
擴展截圖
下載Sprint Graph擴展crx文件
下載Sprint Graph擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Visualize Jira issue dependencies as a graph so you can more easily figure out what to work on next. Jira is a useful, feature-rich project management tool that many of us have used to plan out complex projects. However, while it's able to capture complicated hierarchies of blocking issues, it's not very good at displaying these hierarchies. This extension allows you to view how deeply-nested you're blockers have become, at the epic, issue, and subtask level. It graphs out the relationships between the issues on whichever Jira page you opened the extension on, so you can visualize a single issue and its subtasks, an epic, this sprint, or your entire backlog.
擴展基本資訊
名稱 | Sprint Graph |
ID | hecogafddplfnihdjidkifklonijigap |
官方網址 | https://chromewebstore.google.com/detail/sprint-graph/hecogafddplfnihdjidkifklonijigap |
簡介 | Visualize Jira Sprints as graphs |
檔案大小 | 323 KB |
安裝次數 | 29 |
目前版本 | 1.0.0 |
更新時間 | 2023-07-12 |
上架時間 | 2020-06-07 |
評分 | 2.00/5 共 1 次評分 |
開發者 | DJP Dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/dp28/sprint-graph |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sprint Graph", "version": "1.0.0", "manifest_version": 3, "description": "Visualize Jira Sprints as graphs", "background": { "service_worker": "backgroundScript.js" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_title": "Sprint Graph" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "*.js" ], "matches": [ " |