JIRA Color Cards
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
ما هو JIRA Color Cards؟
JIRA Color Cards هو إضافة Chrome تم تطويرها بواسطة Amit Velingkar، والميزة الرئيسية لها هي "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JIRA Color Cards
قم بتنزيل ملفات الامتداد JIRA Color Cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
معلومات أساسية عن التمديد
الاسم | JIRA Color Cards |
ID | ncgnifbacofcpniakmphpdgfpekgconi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi |
الوصف | Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards |
حجم الملف | 145 KB |
عدد التثبيتات | 161 |
النسخة الحالية | 0.9.0 |
آخر تحديث | 2017-05-19 |
تاريخ النشر | 2017-05-19 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Amit Velingkar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Color Cards", "version": "0.9.0", "manifest_version": 2, "author": "Amit Velingkar", "description": "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards", "homepage_url": "https:\/\/github.com\/amitvelingkar\/JIRA-Color-Cards", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/arrive\/arrive.min.js", "src\/inject\/inject.js" ] } ] } |