NetSuite Better Export

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

Co je NetSuite Better Export?

NetSuite Better Export je rozšíření Chrome vyvinuté Eric Lackey, a jeho hlavní funkcí je „Allows user to export Saved Search results in various formats including the latest version of Excel.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NetSuite Better Export

Stáhněte si soubory rozšíření NetSuite Better Export ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
Oficiální URL https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
Popis Allows user to export Saved Search results in various formats including the latest version of Excel.
Velikost souboru 356 KB
Počet instalací 774
Aktuální Verze 0.6
Poslední Aktualizace 2023-05-06
Datum Vydání 2023-03-13
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Eric Lackey
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ericlackey/netsuite-better-export
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}