Json to Excel

Convert json to csv/excel/xlsx easily.

Json to Excel란 무엇입니까?

Json to Excel은(는) ProductivityImprover에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert json to csv/excel/xlsx easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Json to Excel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}