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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } ] } |