Json to Excel
Convert json to csv/excel/xlsx easily.
Json to Excel là gì?
Json to Excel là một tiện ích mở rộng Chrome được phát triển bởi ProductivityImprover, và tính năng chính của nó là "Convert json to csv/excel/xlsx easily.".
Ả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 Json to Excel
Tải xuống các tệp mở rộng Json to Excel 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
Overview: This tool enables you to select an array from json file and convert it to table. You can export the results to a CSV or Excel file with a single click. Features: - Json Array selection. - Convert Json to Table. - Export results to CSV/XLSX/Excel. Is it Free? Yes, it's completely free! You can access basic functionalities or upgrade for more features. Feedback and Support: If you have any questions or need support, please contact us here: https://docs.google.com/forms/d/e/1FAIpQLScyCBbpdoT6t7Xwuxdf7Y2QkyEWGwCFewWM9L1GawlnNjIKsA/viewform?usp=pp_url&entry.938134725=JsonToExcel Privacy and Security: We take your privacy seriously. All data exported are processed locally and will never be transmitted to our servers. We do not keep your data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Json to Excel |
ID | fdilnlgpinpncllgahinpmddhlppfkoa |
URL Chính Thức | https://chromewebstore.google.com/detail/json-to-excel/fdilnlgpinpncllgahinpmddhlppfkoa |
Mô tả | Convert json to csv/excel/xlsx easily. |
Kích Thước Tệp | 3.3 MB |
Số Lần Cài Đặt | 169 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-10-11 |
Ngày Phát Hành | 2023-10-11 |
Nhà Phát Triển | ProductivityImprover |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/piprivacypolicy/home |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Json to Excel", "version": "1.0.0", "description": "Convert json to csv\/excel\/xlsx easily.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [], "action": { "default_icon": "icons\/icon48.png", "default_title": "Convert json to csv\/excel\/xlsx easily", "default_popup": "popup.html" }, "background": { "service_worker": "bg.js" }, "web_accessible_resources": [ { "resources": [ "help.html", "auth\/pay\/*", "dashboard.html", "injected.js", "css\/*" ], "matches": [ " |