Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

What is Netsuite Search Results To JSON?

Netsuite Search Results To JSON is a Chrome extension developed by Octavio Quiroz, and its main feature is "Download a JSON file from a Netsuite Search from Saved Search".

Extension Screenshots

screenshot

Download Netsuite Search Results To JSON Extension CRX File

Download Netsuite Search Results To JSON extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
Official URL https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Description Download a JSON file from a Netsuite Search from Saved Search
File Size 15.1 KB
Installation Count 216
Current Version 1.1
Last Updated 2022-09-02
Publish Date 2022-08-05
Developer Octavio Quiroz
Email [email protected]
Payment Type free
Extension Website https://github.com/raloz/netsuite-search-results-as-json
Help Page URL https://github.com/raloz/netsuite-search-results-as-json
Supported Languages 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"
    }
}