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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows user to export Saved Search results in various formats including the latest version of Excel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetSuite Better Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |