JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

O que é JSON Sheets?

JSON Sheets é uma extensão do Chrome desenvolvida por Rahul Matta, e sua principal característica é "Convert JSON into a Google Sheet, and vice versa.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JSON Sheets

Baixe arquivos de extensão JSON Sheets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome JSON Sheets JSON Sheets
ID ningaldecapifnddgdmmhcneehiidngd
URL Oficial https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd
Descrição Convert JSON into a Google Sheet, and vice versa.
Tamanho do Arquivo 27.11 KB
Contagem de Instalações 172
Versão Atual 0.0.1
Última Atualização 2020-07-11
Data de Publicação 2020-07-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Rahul Matta
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}