Async Planning Poker for Jira
Async Planning Poker for Jira
什麼是Async Planning Poker for Jira?
Async Planning Poker for Jira是由Fernando de la Rosa開發的Chrome擴展程式,該擴展的主要功能是“Async Planning Poker for Jira”。
擴展截圖
下載Async Planning Poker for Jira擴展crx文件
下載Async Planning Poker for Jira擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Async planning poker for Jira is an to use tool for agile estimation and planning that helps teams quickly and accurately estimate the effort required to complete a task. The app is easy to use and quick to set up, making it the perfect tool for teams who want to get started with agile estimation. People are constantly on the move, which requires teams to collaborate across geographical distances and multiple time zones. With Async Planning Poker for Jira, you can tackle this challenge with maximum efficiency: Not only do you avoid long waits on high latency video calls, network glitches and outages, but you also enhance the accuracy of estimating tasks. You can track estimates in real time and avoid long meetings to come up with the right number Use Async Planning Poker today to work smarter and faster. Download it for free! Changelog 1.3.2 - Fixed extension not loading 1.3.1 - Added confirmation before restoring vote 1.3.0 - Fixed Real Time voting - Added dark mode 1.2.0 - Fixed a bug when voting for the first time in a new issue - Fixed realtime voting/unvoting - Added support for voting from various pages such as current sprint and backlog
擴展基本資訊
名稱 | Async Planning Poker for Jira |
ID | inmkfaidbodihhiefanjkcaillodbcin |
官方網址 | https://chromewebstore.google.com/detail/async-planning-poker-for/inmkfaidbodihhiefanjkcaillodbcin |
簡介 | Async Planning Poker for Jira |
檔案大小 | 86.2 KB |
安裝次數 | 138 |
目前版本 | 1.3.2 |
更新時間 | 2023-10-04 |
上架時間 | 2022-09-24 |
開發者 | Fernando de la Rosa |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://twitter.com/coderosmx |
說明頁面URL | https://twitter.com/coderosmx |
隱私政策頁面URL | https://www.lunanotes.io/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "manifest_version": 3, "version": "1.3.2", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js.dbe57dcd.1e31b52b.js" ], "matches": [ "https:\/\/*.atlassian.net\/*" ], "run_at": "document_start", "css": [ "assets\/content.js.e1da692a.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "resources": [ "assets\/content.js.dbe57dcd.js" ], "use_dynamic_url": true } ] } |