Story Point Totals for JIRA Kanban Boards
This extension totals story points in JIRA Kanban boards and puts them at the top of each column.
Τι είναι το Story Point Totals for JIRA Kanban Boards;
Το Story Point Totals for JIRA Kanban Boards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://noahcoffey.com, και η κύρια λειτουργία του είναι "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Story Point Totals for JIRA Kanban Boards
Λήψη αρχείων επέκτασης Story Point Totals for JIRA Kanban Boards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will count up story point values present in any cards contained in a JIRA Kanban (rapid board) and show the total points at the top of each column (replacing the displayed number of cards).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Story Point Totals for JIRA Kanban Boards |
ID | codmglobaohfdpjjckagjaanifogeili |
Επίσημο URL | https://chromewebstore.google.com/detail/story-point-totals-for-ji/codmglobaohfdpjjckagjaanifogeili |
Περιγραφή | This extension totals story points in JIRA Kanban boards and puts them at the top of each column. |
Μέγεθος Αρχείου | 19.07 KB |
Αριθμός Εγκαταστάσεων | 201 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2019-07-02 |
Ημερομηνία Δημοσίευσης | 2019-07-02 |
Αξιολόγηση | 2.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://noahcoffey.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://noahcoffey.com/jira-story-points/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://noahcoffey.com/jira-story-points/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Point Totals for JIRA Kanban Boards", "short_name": "JIRA Story Point Totals", "version": "0.0.2", "manifest_version": 2, "description": "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.", "homepage_url": "https:\/\/noahcoffey.com\/jira-story-points", "author": "Noah Coffey", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |