Jira JSON Export
Export JIRA Issues in JSON format.
Jira JSON Export là gì?
Jira JSON Export là một tiện ích mở rộng Chrome được phát triển bởi https://zyndaa.com, và tính năng chính của nó là "Export JIRA Issues in JSON format.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira JSON Export
Tải xuống các tệp mở rộng Jira JSON Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Mô tả | Export JIRA Issues in JSON format. |
Kích Thước Tệp | 196 KB |
Số Lần Cài Đặt | 134 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-03-28 |
Ngày Phát Hành | 2020-03-18 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://zyndaa.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zyndaa.com/ |
URL Trang Trợ Giúp | https://zyndaa.com/products/jira-json-export-extension |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |