NetSuite Better Export

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

Qu'est-ce que NetSuite Better Export ?

NetSuite Better Export est une extension Chrome développée par Eric Lackey, et sa fonction principale est "Allows user to export Saved Search results in various formats including the latest version of Excel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NetSuite Better Export

Téléchargez les fichiers d'extension NetSuite Better Export 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

                        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.                    

Informations de Base sur l'Extension

Nom NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
URL Officiel https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
Description Allows user to export Saved Search results in various formats including the latest version of Excel.
Taille du Fichier 356 KB
Nombre d'Installations 774
Version Actuelle 0.6
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-03-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur Eric Lackey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ericlackey/netsuite-better-export
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}