Jira JSON Export
Export JIRA Issues in JSON format.
什麼是Jira JSON Export?
Jira JSON Export是由https://zyndaa.com開發的Chrome擴展程式,該擴展的主要功能是“Export JIRA Issues in JSON format.”。
擴展截圖
下載Jira JSON Export擴展crx文件
下載Jira JSON Export擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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/ |
說明頁面URL | 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'" } |