GitLab Issues JSON Export
Export GitLab issues in JSON format.
Wat is GitLab Issues JSON Export?
GitLab Issues JSON Export is een Chrome-extensie ontwikkeld door https://zyndaa.com, en de belangrijkste functie is "Export GitLab issues in JSON format.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitLab Issues JSON Export
Download GitLab Issues JSON Export-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GitLab Issues JSON Export |
ID | mehhplefekhohpljmhlhijidkehphlpk |
Officiële URL | https://chromewebstore.google.com/detail/gitlab-issues-json-export/mehhplefekhohpljmhlhijidkehphlpk |
Beschrijving | Export GitLab issues in JSON format. |
Bestandsgrootte | 244 KB |
Aantal Installaties | 51 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-02-03 |
Publicatiedatum | 2021-02-03 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://zyndaa.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zyndaa.com/ |
Help Pagina-URL | https://zyndaa.com/products/gitlab-issues-json-export-extension |
Ondersteunde Talen | 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'" } |