NetSuite Better Export

Allows user to export Saved Search results in various formats including the latest version of Excel.

Cos'è NetSuite Better Export?

NetSuite Better Export è un'estensione di Chrome sviluppata da Eric Lackey, e la sua funzione principale è "Allows user to export Saved Search results in various formats including the latest version of Excel.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NetSuite Better Export

Scarica i file di estensione NetSuite Better Export 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

                        NetSuite Better Export allows users to export NetSuite Saved Search results in various formats including the latest versions of Excel. You will no longer encounter file format warnings when opening Saved Search results in Excel.

This extension uses the popular SheetJS Javascript library to convert the results returned from NetSuite into the selected export formats.                    

Informazioni di Base sull'Estensione

Nome NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
Descrizione Allows user to export Saved Search results in various formats including the latest version of Excel.
Dimensione del File 356 KB
Conteggio Installazioni 774
Versione Corrente 0.6
Ultimo Aggiornamento 2023-05-06
Data di Pubblicazione 2023-03-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Eric Lackey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ericlackey/netsuite-better-export
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite Better Export",
    "version": "0.6",
    "description": "Allows user to export Saved Search results in various formats including the latest version of Excel.",
    "content_scripts": [
        {
            "css": [
                "css\/ns_better_export.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.app.netsuite.com\/app\/accounting\/*",
                "https:\/\/*.app.netsuite.com\/app\/common\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/xlsx.full.min.js",
                "scripts\/ns_better_export.js",
                "images\/data-export-icon-0.png",
                "images\/Loading_icon.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}