Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

Cos'è Netsuite Search Results To JSON?

Netsuite Search Results To JSON è un'estensione di Chrome sviluppata da Octavio Quiroz, e la sua funzione principale è "Download a JSON file from a Netsuite Search from Saved Search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netsuite Search Results To JSON

Scarica i file di estensione Netsuite Search Results To JSON 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

                        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                    

Informazioni di Base sull'Estensione

Nome Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Descrizione Download a JSON file from a Netsuite Search from Saved Search
Dimensione del File 15.1 KB
Conteggio Installazioni 216
Versione Corrente 1.1
Ultimo Aggiornamento 2022-09-02
Data di Pubblicazione 2022-08-05
Sviluppatore Octavio Quiroz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/raloz/netsuite-search-results-as-json
URL della Pagina di Aiuto https://github.com/raloz/netsuite-search-results-as-json
Lingue Supportate 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"
    }
}