JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
ما هو JIRA - Boards Extensions؟
JIRA - Boards Extensions هو إضافة Chrome تم تطويرها بواسطة meeticdev، والميزة الرئيسية لها هي "Improve JIRA boards by adding sum of stories points inside the header of each column.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JIRA - Boards Extensions
قم بتنزيل ملفات الامتداد JIRA - Boards Extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension keeps a live counter that sums all the story points in each JIRA boards columns. You can now tell how many points you achieved very quickly.
معلومات أساسية عن التمديد
الاسم | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
الوصف | Improve JIRA boards by adding sum of stories points inside the header of each column. |
حجم الملف | 8.25 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2016-08-30 |
تاريخ النشر | 2016-08-30 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | meeticdev |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA - Boards Extensions", "description": "Improve JIRA boards by adding sum of stories points inside the header of each column.", "version": "0.1.2", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/secure\/RapidBoard.jspa*" ], "js": [ "injected_script.js" ] } ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |