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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}