NetSuite Better Export

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

O que é NetSuite Better Export?

NetSuite Better Export é uma extensão do Chrome desenvolvida por Eric Lackey, e sua principal característica é "Allows user to export Saved Search results in various formats including the latest version of Excel.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NetSuite Better Export

Baixe arquivos de extensão NetSuite Better Export no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
URL Oficial https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
Descrição Allows user to export Saved Search results in various formats including the latest version of Excel.
Tamanho do Arquivo 356 KB
Contagem de Instalações 774
Versão Atual 0.6
Última Atualização 2023-05-06
Data de Publicação 2023-03-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Eric Lackey
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ericlackey/netsuite-better-export
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}