NetSuite: Dataset/Workbook Export

Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.

O que é NetSuite: Dataset/Workbook Export?

NetSuite: Dataset/Workbook Export é uma extensão do Chrome desenvolvida por David Smith, e sua principal característica é "Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NetSuite: Dataset/Workbook Export

Baixe arquivos de extensão NetSuite: Dataset/Workbook 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

                        Export your saved NetSuite Workbooks to SuiteQL.
For NetSuite developers who want to export saved Workbooks with tables for use in their SuiteScript code. Provides formatted SQL and sample SuiteQL SuiteScript code.

From the a Saved Workbook in NetSuite, click the "Export as SuiteScript" to display a popup with the code samples. Copy directly to your clipboard for easy code insertion to your projects.

Some workbook types may not be supported. Datasets are not supported at this time.                    

Informações Básicas da Extensão

Nome NetSuite: Dataset/Workbook Export NetSuite: Dataset/Workbook Export
ID oelcfnbhhooggpkgobcghlanlpnjfjka
URL Oficial https://chromewebstore.google.com/detail/netsuite-datasetworkbook/oelcfnbhhooggpkgobcghlanlpnjfjka
Descrição Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.
Tamanho do Arquivo 98.64 KB
Contagem de Instalações 1,367
Versão Atual 0.5
Última Atualização 2023-11-09
Data de Publicação 2021-10-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor David Smith
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "jquery-ui_dataimages.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "jquery-ui.min.js",
                "nsworkbook.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/app\/common\/report\/report.nl*",
                "https:\/\/*.netsuite.com\/app\/common\/report\/dataset.nl*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.",
    "icons": {
        "128": "ns-saved-search-export.png"
    },
    "manifest_version": 2,
    "name": "NetSuite: Dataset\/Workbook Export",
    "permissions": [
        "storage",
        "https:\/\/*.netsuite.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5",
    "web_accessible_resources": [
        "NLUtil.js",
        "NLAPI.jsp",
        "NsRequire.js",
        "es6-promise-2.0.1.js",
        "N.js",
        "format.js",
        "event.js",
        "bootstrap_shared.js",
        "bootstrap.js",
        "FocusManager.js"
    ]
}