GitLab Issues JSON Export
Export GitLab issues in JSON format.
GitLab Issues JSON Export là gì?
GitLab Issues JSON Export là một tiện ích mở rộng Chrome được phát triển bởi https://zyndaa.com, và tính năng chính của nó là "Export GitLab issues in JSON format.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitLab Issues JSON Export
Tải xuống các tệp mở rộng GitLab Issues JSON Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Issues JSON Export |
ID | mehhplefekhohpljmhlhijidkehphlpk |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-issues-json-export/mehhplefekhohpljmhlhijidkehphlpk |
Mô tả | Export GitLab issues in JSON format. |
Kích Thước Tệp | 244 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-02-03 |
Ngày Phát Hành | 2021-02-03 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://zyndaa.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zyndaa.com/ |
URL Trang Trợ Giúp | https://zyndaa.com/products/gitlab-issues-json-export-extension |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |