NetSuite Better Export
Allows user to export Saved Search results in various formats including the latest version of Excel.
Wat is NetSuite Better Export?
NetSuite Better Export is een Chrome-extensie ontwikkeld door Eric Lackey, en de belangrijkste functie is "Allows user to export Saved Search results in various formats including the latest version of Excel.".
Extensie Screenshots
Download het CRX-bestand van de extensie NetSuite Better Export
Download NetSuite Better Export-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NetSuite Better Export |
ID | dbgmdhljlomlbiapjfikffgdmdmpjgdk |
Officiële URL | https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk |
Beschrijving | Allows user to export Saved Search results in various formats including the latest version of Excel. |
Bestandsgrootte | 356 KB |
Aantal Installaties | 774 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2023-05-06 |
Publicatiedatum | 2023-03-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Eric Lackey |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ericlackey/netsuite-better-export |
Ondersteunde Talen | 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": [ " |