Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
ما هو Go JIRA؟
Go JIRA هو إضافة Chrome تم تطويرها بواسطة klaufel، والميزة الرئيسية لها هي "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Go JIRA
قم بتنزيل ملفات الامتداد Go JIRA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
معلومات أساسية عن التمديد
الاسم | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
الوصف | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
حجم الملف | 25.2 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-11-20 |
تاريخ النشر | 2020-09-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | klaufel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/klaufel/gojira |
عنوان صفحة المساعدة | https://github.com/klaufel/gojira/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |