NetSuite: Dataset/Workbook Export

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

NetSuite: Dataset/Workbook Exportとは何ですか?

NetSuite: Dataset/Workbook ExportはDavid Smithによって開発されたChromeの拡張機能で、その主な機能は「Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.」です。

拡張機能のスクリーンショット

screenshot

NetSuite: Dataset/Workbook Export拡張機能のCRXファイルをダウンロード

NetSuite: Dataset/Workbook Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 NetSuite: Dataset/Workbook Export NetSuite: Dataset/Workbook Export
ID oelcfnbhhooggpkgobcghlanlpnjfjka
公式URL https://chromewebstore.google.com/detail/netsuite-datasetworkbook/oelcfnbhhooggpkgobcghlanlpnjfjka
説明 Export your saved datasets and workbooks to SuiteQL. Workbooks MUST have a table.
ファイルサイズ 98.64 KB
インストール数 1,367
現在のバージョン 0.5
最終更新日 2023-11-09
公開日 2021-10-13
評価 5.00/5 合計 2 レビュー
開発者 David Smith
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}