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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}