ReportJ
The reporting helper for JIRA system.
ما هو ReportJ؟
ReportJ هو إضافة Chrome تم تطويرها بواسطة mishani0x0ef، والميزة الرئيسية لها هي "The reporting helper for JIRA system.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ReportJ
قم بتنزيل ملفات الامتداد ReportJ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Designed to improve reporting experience inside JIRA system. Main features: reporting templates; reporting based on commits (SVN, Git); close issue with reset remaining estimate.
معلومات أساسية عن التمديد
الاسم | ReportJ |
ID | hijbdbjoelgicnhnghhhlkpbhjdmchfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg |
الوصف | The reporting helper for JIRA system. |
حجم الملف | 447 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 2.8.1 |
آخر تحديث | 2023-07-26 |
تاريخ النشر | 2018-05-20 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | mishani0x0ef |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mishani0x0ef/ReportJ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReportJ", "description": "The reporting helper for JIRA system.", "homepage_url": "https:\/\/github.com\/mishani0x0ef\/reportj", "version": "2.8.1", "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "build\/manifest.js", "build\/vendor.js", "build\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/logo.png", "default_title": "ReportJ", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "build\/content.css" ], "js": [ "build\/manifest.js", "build\/vendor.js", "build\/content.js" ] } ], "web_accessible_resources": [ "options.html" ] } |