Jira Story Points in Kanban Swimlanes
Show story points in Jira Kanban and Swimlane boards
ما هو Jira Story Points in Kanban Swimlanes؟
Jira Story Points in Kanban Swimlanes هو إضافة Chrome تم تطويرها بواسطة DB، والميزة الرئيسية لها هي "Show story points in Jira Kanban and Swimlane boards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jira Story Points in Kanban Swimlanes
قم بتنزيل ملفات الامتداد Jira Story Points in Kanban Swimlanes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension calculates the total story points for each status column in a Jira Kanban board. It also works with swimlane boards! Works on self-hosted Jira instances, too. Have feedback or bug reports? email [email protected]
معلومات أساسية عن التمديد
الاسم | Jira Story Points in Kanban Swimlanes |
ID | kbakllmjnpajpgjmcemgmpgmlcgdkikg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-story-points-in-kanb/kbakllmjnpajpgjmcemgmpgmlcgdkikg |
الوصف | Show story points in Jira Kanban and Swimlane boards |
حجم الملف | 696 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2023-02-06 |
تاريخ النشر | 2023-02-06 |
المطور | DB |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Story Points in Kanban Swimlanes", "version": "0.0.1", "short_name": "Jira Kanban Points", "description": "Show story points in Jira Kanban and Swimlane boards", "manifest_version": 3, "permissions": [ "scripting", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "optional_permissions": [], "icons": { "16": "assets\/img\/logo-16.png", "32": "assets\/img\/logo-32.png", "48": "assets\/img\/logo-48.png", "128": "assets\/img\/logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "minimum_chrome_version": "92" } |