Async Planning Poker for Jira
Async Planning Poker for Jira
Τι είναι το Async Planning Poker for Jira;
Το Async Planning Poker for Jira είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fernando de la Rosa, και η κύρια λειτουργία του είναι "Async Planning Poker for Jira".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Async Planning Poker for Jira
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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 } ] } |