NetSuite Better Export

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

NetSuite Better Exportとは何ですか?

NetSuite Better ExportはEric Lackeyによって開発されたChromeの拡張機能で、その主な機能は「Allows user to export Saved Search results in various formats including the latest version of Excel.」です。

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

screenshot

NetSuite Better Export拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
公式URL https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
説明 Allows user to export Saved Search results in various formats including the latest version of Excel.
ファイルサイズ 356 KB
インストール数 774
現在のバージョン 0.6
最終更新日 2023-05-06
公開日 2023-03-13
評価 5.00/5 合計 2 レビュー
開発者 Eric Lackey
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ericlackey/netsuite-better-export
対応言語 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": [
                ""
            ]
        }
    ]
}