NetSuite Better Export
Allows user to export Saved Search results in various formats including the latest version of Excel.
NetSuite Better Export là gì?
NetSuite Better Export là một tiện ích mở rộng Chrome được phát triển bởi Eric Lackey, và tính năng chính của nó là "Allows user to export Saved Search results in various formats including the latest version of Excel.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NetSuite Better Export
Tải xuống các tệp mở rộng NetSuite Better Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NetSuite Better Export |
ID | dbgmdhljlomlbiapjfikffgdmdmpjgdk |
URL Chính Thức | https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk |
Mô tả | Allows user to export Saved Search results in various formats including the latest version of Excel. |
Kích Thước Tệp | 356 KB |
Số Lần Cài Đặt | 774 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2023-05-06 |
Ngày Phát Hành | 2023-03-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Eric Lackey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ericlackey/netsuite-better-export |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |