Netsuite Sphynx
Help you use NetSuite in the efficient way.
What is Netsuite Sphynx?
Netsuite Sphynx is a Chrome extension developed by Alex Chang, and its main feature is "Help you use NetSuite in the efficient way.".
Extension Screenshots
Download Netsuite Sphynx Extension CRX File
Download Netsuite Sphynx 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
When using NetSuite Saved Search, sometimes the criteria name is not really straightforward. And the functionality of criteria UI is unfriendly. This extension provide an input field for quickly find your criteria name. Once you put keyword, the corresponding results display in below. When you get the exact criteria name, go to add the criteria in normal way. It can save your time for creating saved search.
Extension Basic Information
Name | Netsuite Sphynx |
ID | kcfkbcmiipjpnficonpnlkblepcdchia |
Official URL | https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia |
Description | Help you use NetSuite in the efficient way. |
File Size | 585 KB |
Installation Count | 135 |
Current Version | 0.3.1 |
Last Updated | 2022-03-25 |
Publish Date | 2021-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alex Chang |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netsuite Sphynx", "description": "Help you use NetSuite in the efficient way.", "version": "0.3.1", "manifest_version": 3, "background": { "service_worker": ".\/background.js", "type": "module" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.netsuite.com\/*" ], "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "options_page": "hello.html" } |