Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

O que é Netsuite Search Results To JSON?

Netsuite Search Results To JSON é uma extensão do Chrome desenvolvida por Octavio Quiroz, e sua principal característica é "Download a JSON file from a Netsuite Search from Saved Search".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netsuite Search Results To JSON

Baixe arquivos de extensão Netsuite Search Results To JSON 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

                        Export and download your NetSuite saved search results as JSON file.

* this is an beta version, you are welcome to report issues or any bug 🐞

- Description and Usage

* Install the extension, clicking on the "Add to Chrome" button 
* Now will see a new export button (yes, the blue one 😜) in your results view
* Click it and the download will be starts in a few seconds                    

Informações Básicas da Extensão

Nome Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
URL Oficial https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Descrição Download a JSON file from a Netsuite Search from Saved Search
Tamanho do Arquivo 15.1 KB
Contagem de Instalações 216
Versão Atual 1.1
Última Atualização 2022-09-02
Data de Publicação 2022-08-05
Desenvolvedor Octavio Quiroz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/raloz/netsuite-search-results-as-json
URL da Página de Ajuda https://github.com/raloz/netsuite-search-results-as-json
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netsuite Search Results To JSON",
    "description": "Download a JSON file from a Netsuite Search from Saved Search",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "src\/index.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/app\/common\/search\/searchresults.nl?*searchid=*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/toJSON-16.png",
        "32": "\/images\/toJSON-32.png",
        "48": "\/images\/toJSON-48.png",
        "128": "\/images\/toJSON-128.png"
    }
}