Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

Wat is Netsuite Search Results To JSON?

Netsuite Search Results To JSON is een Chrome-extensie ontwikkeld door Octavio Quiroz, en de belangrijkste functie is "Download a JSON file from a Netsuite Search from Saved Search".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Netsuite Search Results To JSON

Download Netsuite Search Results To JSON-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

                        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                    

Basisinformatie over de Extensie

Naam Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
Officiële URL https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Beschrijving Download a JSON file from a Netsuite Search from Saved Search
Bestandsgrootte 15.1 KB
Aantal Installaties 216
Huidige Versie 1.1
Laatst Bijgewerkt 2022-09-02
Publicatiedatum 2022-08-05
Ontwikkelaar Octavio Quiroz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/raloz/netsuite-search-results-as-json
Help Pagina-URL https://github.com/raloz/netsuite-search-results-as-json
Ondersteunde Talen 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"
    }
}