Netsuite Search Results To JSON
Download a JSON file from a Netsuite Search from Saved Search
Vad är Netsuite Search Results To JSON?
Netsuite Search Results To JSON är en Chrome-tillägg utvecklad av Octavio Quiroz, och dess huvudfunktion är "Download a JSON file from a Netsuite Search from Saved Search".
Tilläggsskärmbilder
Ladda ner Netsuite Search Results To JSON-förlängningens CRX-fil
Ladda ner Netsuite Search Results To JSON-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Export and download your NetSuite saved search results as JSON file. * this is an beta version, you are welcome to report issues or any bug 🐞 - Description and Usage * Install the extension, clicking on the "Add to Chrome" button * Now will see a new export button (yes, the blue one 😜) in your results view * Click it and the download will be starts in a few seconds
Grundläggande Information om Tillägg
Namn | Netsuite Search Results To JSON |
ID | klbmbdllbjaplicjgdkieilgjnogojoc |
Officiell webbadress | https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc |
Beskrivning | Download a JSON file from a Netsuite Search from Saved Search |
Filstorlek | 15.1 KB |
Antal Installationer | 216 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2022-09-02 |
Publiceringsdatum | 2022-08-05 |
Utvecklare | Octavio Quiroz |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/raloz/netsuite-search-results-as-json |
Hjälpsida URL | https://github.com/raloz/netsuite-search-results-as-json |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netsuite Search Results To JSON", "description": "Download a JSON file from a Netsuite Search from Saved Search", "version": "1.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "js": [ "src\/index.js" ], "matches": [ "https:\/\/*.netsuite.com\/app\/common\/search\/searchresults.nl?*searchid=*" ] } ], "icons": { "16": "\/images\/toJSON-16.png", "32": "\/images\/toJSON-32.png", "48": "\/images\/toJSON-48.png", "128": "\/images\/toJSON-128.png" } } |