Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

Qu'est-ce que Netsuite Search Results To JSON ?

Netsuite Search Results To JSON est une extension Chrome développée par Octavio Quiroz, et sa fonction principale est "Download a JSON file from a Netsuite Search from Saved Search".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Netsuite Search Results To JSON

Téléchargez les fichiers d'extension Netsuite Search Results To JSON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
URL Officiel https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Description Download a JSON file from a Netsuite Search from Saved Search
Taille du Fichier 15.1 KB
Nombre d'Installations 216
Version Actuelle 1.1
Dernière Mise à Jour 2022-09-02
Date de Publication 2022-08-05
Développeur Octavio Quiroz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/raloz/netsuite-search-results-as-json
URL de la Page d'Aide https://github.com/raloz/netsuite-search-results-as-json
Langues Prises en Charge 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"
    }
}