JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

What is JSON Sheets?

JSON Sheets is a Chrome extension developed by Rahul Matta, and its main feature is "Convert JSON into a Google Sheet, and vice versa.".

Extension Screenshots

screenshot
screenshot

Download JSON Sheets Extension CRX File

Download JSON Sheets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Sheets doesn't support JSON importing or exporting. This simple Chrome extension solves that issue. In just 3 clicks, convert any Google Sheet into a JSON file, or vice versa.

Thanks for using JSON Sheets! Please don't hesitate to reach out with questions, comments, or concerns.                    

Extension Basic Information

Name JSON Sheets JSON Sheets
ID ningaldecapifnddgdmmhcneehiidngd
Official URL https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd
Description Convert JSON into a Google Sheet, and vice versa.
File Size 27.11 KB
Installation Count 172
Current Version 0.0.1
Last Updated 2020-07-11
Publish Date 2020-07-11
Rating 5.00/5 Total 1 Ratings
Developer Rahul Matta
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Sheets",
    "description": "Convert JSON into a Google Sheet, and vice versa.",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Convert JSON into a Google Sheet, and vice versa.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "windows"
    ]
}