Jira JSON Export
Export JIRA Issues in JSON format.
ما هو Jira JSON Export؟
Jira JSON Export هو إضافة Chrome تم تطويرها بواسطة https://zyndaa.com، والميزة الرئيسية لها هي "Export JIRA Issues in JSON format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jira JSON Export
قم بتنزيل ملفات الامتداد Jira JSON Export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Export issues in Jira boards to JSON file In the Atlassian JIRA tool, it will take a lot of time to copy each issue details in the Jira boards one by one. Using this extension, export issues in Jira boards to JSON file. Follow the below steps to export the issues in Jira boards to JSON file. 1) Install addon in chrome 2) Visit your Atlassian JIRA website. Go to Jira board 3) Click on the addon icon on the top right side 4) Click on the export button which will download JSON file
معلومات أساسية عن التمديد
الاسم | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
الوصف | Export JIRA Issues in JSON format. |
حجم الملف | 196 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2021-03-28 |
تاريخ النشر | 2020-03-18 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://zyndaa.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://zyndaa.com/ |
عنوان صفحة المساعدة | https://zyndaa.com/products/jira-json-export-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira JSON Export", "version": "0.0.4", "manifest_version": 2, "description": "Export JIRA Issues in JSON format.", "permissions": [ "tabs", "https:\/\/*.atlassian.net\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Export JIRA Project", "default_popup": "options.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |