NetSuite: Search Export
Export your saved searches to Suitescript.
Qu'est-ce que NetSuite: Search Export ?
NetSuite: Search Export est une extension Chrome développée par David Smith, et sa fonction principale est "Export your saved searches to Suitescript.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NetSuite: Search Export
Téléchargez les fichiers d'extension NetSuite: Search Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NetSuite: Search Export |
ID | gglbgdfbkaelbjpjkiepdmfaihdokglp |
URL Officiel | https://chromewebstore.google.com/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp |
Description | Export your saved searches to Suitescript. |
Taille du Fichier | 124 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-05-04 |
Date de Publication | 2019-03-12 |
Évaluation | 4.94/5 Total 54 Évaluations |
Développeur | David Smith |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |