Json to Excel

Convert json to csv/excel/xlsx easily.

Json to Excelคืออะไร?

Json to Excel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ProductivityImprover และคุณลักษณะหลักของมันคือ "Convert json to csv/excel/xlsx easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Json to Excel

ดาวน์โหลดไฟล์ส่วนขยาย Json to Excel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Json to Excel Json to Excel
ID fdilnlgpinpncllgahinpmddhlppfkoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-to-excel/fdilnlgpinpncllgahinpmddhlppfkoa
คำอธิบาย Convert json to csv/excel/xlsx easily.
ขนาดไฟล์ 3.3 MB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-10-11
ผู้พัฒนา ProductivityImprover
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/piprivacypolicy/home
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.productivityimprover.com\/",
        "http:\/\/localhost\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}