GitLab Issues JSON Export
Export GitLab issues in JSON format.
O que é GitLab Issues JSON Export?
GitLab Issues JSON Export é uma extensão do Chrome desenvolvida por https://zyndaa.com, e sua principal característica é "Export GitLab issues in JSON format.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Issues JSON Export
Baixe arquivos de extensão GitLab Issues 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 GitLab repository to JSON file In GitLab, it will take a lot of time to copy each issue details in the repository one by one. Using this extension, export issues in GitLab repository to JSON files. Follow the below steps to export the issues in GitLab repository to JSON file. 1) Install addon in Chrome. 2) Visit your GitLab repository. 3) Click on the addon icon on the top right side. 4) Click on the export button which will download the JSON file.
Informações Básicas da Extensão
Nome | GitLab Issues JSON Export |
ID | mehhplefekhohpljmhlhijidkehphlpk |
URL Oficial | https://chromewebstore.google.com/detail/gitlab-issues-json-export/mehhplefekhohpljmhlhijidkehphlpk |
Descrição | Export GitLab issues in JSON format. |
Tamanho do Arquivo | 244 KB |
Contagem de Instalações | 51 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-02-03 |
Data de Publicação | 2021-02-03 |
Classificação | 1.00/5 Total de 1 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/gitlab-issues-json-export-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitLab Issues JSON Export", "version": "0.0.1", "manifest_version": 2, "description": "Export GitLab issues in JSON format.", "permissions": [ "tabs", "storage", "https:\/\/git8.ahsan.in\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/hide-16.png", "48": "images\/hide-48.png", "128": "images\/hide-128.png" }, "default_title": "GitLab Issues JSON Export", "default_popup": "options.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |