Jira JSON Export
Export JIRA Issues in JSON format.
O que é Jira JSON Export?
Jira JSON Export é uma extensão do Chrome desenvolvida por https://zyndaa.com, e sua principal característica é "Export JIRA Issues in JSON format.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jira JSON Export
Baixe arquivos de extensão Jira JSON Export no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Jira JSON Export |
ID | hpoapncnjpfbjooefimfpkknlcnkjlna |
URL Oficial | https://chromewebstore.google.com/detail/jira-json-export/hpoapncnjpfbjooefimfpkknlcnkjlna |
Descrição | Export JIRA Issues in JSON format. |
Tamanho do Arquivo | 196 KB |
Contagem de Instalações | 134 |
Versão Atual | 0.0.4 |
Última Atualização | 2021-03-28 |
Data de Publicação | 2020-03-18 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://zyndaa.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://zyndaa.com/ |
URL da Página de Ajuda | https://zyndaa.com/products/jira-json-export-extension |
Idiomas Suportados | 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'" } |