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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" ] } ] } |