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 |
公式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 |
Eメール | [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'" } |