JIRA Helper
There is a JIRA helper to view charts.
ما هو JIRA Helper؟
JIRA Helper هو إضافة Chrome تم تطويرها بواسطة protonss، والميزة الرئيسية لها هي "There is a JIRA helper to view charts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JIRA Helper
قم بتنزيل ملفات الامتداد JIRA Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
There is a JIRA helper to view charts.
Features:
- Story BurnDown
- Task BurnDown
- Points BurnDown
- Graphic Pie
Using JIRA API to get informations. معلومات أساسية عن التمديد
| الاسم | |
| ID | fdenphmjbcefmkehfehjmgfhalmjljda |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
| الوصف | There is a JIRA helper to view charts. |
| حجم الملف | 247 KB |
| عدد التثبيتات | 110 |
| النسخة الحالية | 1.3.1 |
| آخر تحديث | 2018-03-22 |
| تاريخ النشر | 2018-03-22 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | protonss |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | pt-BR |
| manifest.json | |
{
"manifest_version": 2,
"version": "1.3.1",
"name": "JIRA Helper",
"short_name": "Jira Helper",
"description": "There is a JIRA helper to view charts.",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "styles\/images\/jira-16.png",
"48": "styles\/images\/jira-48.png",
"128": "styles\/images\/jira-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"styles\/images\/*.png",
"scripts\/main.min.js.map",
"scripts\/inject.js"
],
"content_scripts": [
{
"js": [
"scripts\/main.min.js"
],
"css": [
"styles\/css\/inject.min.css"
],
"matches": [
"*:\/\/*\/*",
"file:\/\/*\/*"
]
}
],
"offline_enabled": false
} | |