NetSuite: Search Export
Export your saved searches to Suitescript.
What is NetSuite: Search Export?
NetSuite: Search Export is a Chrome extension developed by David Smith, and its main feature is "Export your saved searches to Suitescript.".
Extension Screenshots
Download NetSuite: Search Export Extension CRX File
Download NetSuite: Search Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For NetSuite developers who want to export saved searches for use in their code. Supports SS1.0 and SS2.X. From the "Edit" mode of a Saved Search in NetSuite, click the "Export as SuiteScript". Some search types are not supported.
Extension Basic Information
Name | NetSuite: Search Export |
ID | gglbgdfbkaelbjpjkiepdmfaihdokglp |
Official URL | https://chromewebstore.google.com/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp |
Description | Export your saved searches to Suitescript. |
File Size | 124 KB |
Installation Count | 10,000 |
Current Version | 2.0 |
Last Updated | 2022-05-04 |
Publish Date | 2019-03-12 |
Rating | 4.94/5 Total 54 Ratings |
Developer | David Smith |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "css": [ "jquery-ui_dataimages.css" ], "js": [ "jquery-1.11.2.min.js", "jquery-ui.min.js", "nssearch.js" ], "matches": [ "https:\/\/*.netsuite.com\/app\/common\/search\/search.nl*" ], "run_at": "document_end" } ], "description": "Export your saved searches to Suitescript.", "icons": { "128": "ns-saved-search-export.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0JKrU9\/0nv9KCihaCumq77Ifry5jEONhZlN3d5GvFExv\/sB2Qd3h5rNvkuMjFCIuJZVLDvlilfpweSjEiHqqaC2C7xSxJE8pOcfx2QxH2613yEVGXTzpIihEYdNqbN0BR31dwS2Bj5gHX1lcQw0XH2puEvmPLnWmIvLzClS7ZiFLnzdgy75WbLqxr9GOXErdNZM25g7ZmKqi9ismrxkuX8JtJ9emtW3aWZh9XY7E1TpLIcgYkjqxCSq9wsTALpbjRu4fcgg\/cgCFkToqCdyJaeUZVc4tQd30PrIrA8GCiaR8Y0pUB2q2RiIMSZ0HhG0dhWpL8IGcGyoMRkEh9rBYwIDAQAB", "manifest_version": 2, "name": "NetSuite: Search Export", "permissions": [ "storage", "https:\/\/*.netsuite.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0", "web_accessible_resources": [ "NLUtil.jsp", "NLUtil.js", "NLAPI.jsp" ] } |