Jira Swimlane Shuffler
Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.
ما هو Jira Swimlane Shuffler؟
Jira Swimlane Shuffler هو إضافة Chrome تم تطويرها بواسطة Sergio Sanchez، والميزة الرئيسية لها هي "Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jira Swimlane Shuffler
قم بتنزيل ملفات الامتداد Jira Swimlane Shuffler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Jira displays assignee swimlanes in alphabetical order. This can make daily stand-ups frustrating for the Willamsons and Zordons in the group, especially when the Barclays and Chens take too much time. This extension will take div elements of class "ghx-swimlane" and randomly shuffle them on the page.
معلومات أساسية عن التمديد
الاسم | Jira Swimlane Shuffler |
ID | gdhfapkplpdajkphekdajbobkndhpkdk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-swimlane-shuffler/gdhfapkplpdajkphekdajbobkndhpkdk |
الوصف | Shuffle the order of assignee swimlanes on an active Jira sprint/Kanban board. |
حجم الملف | 11.39 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-02-14 |
تاريخ النشر | 2018-02-13 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Sergio Sanchez |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Swimlane Shuffler", "description": "Shuffle the order of assignee swimlanes on an active Jira sprint\/Kanban board.", "version": "1.1", "background": { "scripts": [ "popup.js" ], "persistent": false }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Jira Swimlane Shuffler", "default_icon": "icon_32.png" }, "permissions": [ "activeTab" ] } |