JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

Cos'è JSON Sheets?

JSON Sheets è un'estensione di Chrome sviluppata da Rahul Matta, e la sua funzione principale è "Convert JSON into a Google Sheet, and vice versa.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JSON Sheets

Scarica i file di estensione JSON Sheets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JSON Sheets JSON Sheets
ID ningaldecapifnddgdmmhcneehiidngd
URL Ufficiale https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd
Descrizione Convert JSON into a Google Sheet, and vice versa.
Dimensione del File 27.11 KB
Conteggio Installazioni 172
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-07-11
Data di Pubblicazione 2020-07-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Rahul Matta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}