JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

Wat is JSON Sheets?

JSON Sheets is een Chrome-extensie ontwikkeld door Rahul Matta, en de belangrijkste functie is "Convert JSON into a Google Sheet, and vice versa.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JSON Sheets

Download JSON Sheets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JSON Sheets JSON Sheets
ID ningaldecapifnddgdmmhcneehiidngd
Officiële URL https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd
Beschrijving Convert JSON into a Google Sheet, and vice versa.
Bestandsgrootte 27.11 KB
Aantal Installaties 172
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-07-11
Publicatiedatum 2020-07-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rahul Matta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}