Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

Co to jest Netsuite Search Results To JSON?

Netsuite Search Results To JSON to rozszerzenie Chrome opracowane przez Octavio Quiroz, a jego główną funkcją jest „Download a JSON file from a Netsuite Search from Saved Search”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Netsuite Search Results To JSON

Pobierz pliki rozszerzeń Netsuite Search Results To JSON w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
Oficjalny URL https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Opis Download a JSON file from a Netsuite Search from Saved Search
Rozmiar pliku 15.1 KB
Liczba instalacji 216
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-09-02
Data Publikacji 2022-08-05
Deweloper Octavio Quiroz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/raloz/netsuite-search-results-as-json
Adres URL Strony Pomocy https://github.com/raloz/netsuite-search-results-as-json
Obsługiwane Języki 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"
    }
}