Netsuite Sphynx
Help you use NetSuite in the efficient way.
Vad är Netsuite Sphynx?
Netsuite Sphynx är en Chrome-tillägg utvecklad av Alex Chang, och dess huvudfunktion är "Help you use NetSuite in the efficient way.".
Tilläggsskärmbilder
Ladda ner Netsuite Sphynx-förlängningens CRX-fil
Ladda ner Netsuite Sphynx-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
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.
Grundläggande Information om Tillägg
Namn | Netsuite Sphynx |
ID | kcfkbcmiipjpnficonpnlkblepcdchia |
Officiell webbadress | https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia |
Beskrivning | Help you use NetSuite in the efficient way. |
Filstorlek | 585 KB |
Antal Installationer | 135 |
Aktuell Version | 0.3.1 |
Senast Uppdaterad | 2022-03-25 |
Publiceringsdatum | 2021-09-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Alex Chang |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |