JSON-CSV  Sheets

JSON-CSV Sheets

Convert JSON into a Google Sheet, and vice versa. convert json data to csv and we can use csv file data to disply in excel sheets. in google sheets - open file - import data- Upload csv --impor data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.1",
  "manifest_version": 2,
  "name": "JSON Sheets",
  "description": "Convert JSON into a Google Sheet, and vice versa.",
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    },
    "default_title": "Convert JSON into a Google Sheet",
    "default_popup": "popup.html"
  }
}