Netsuite Sphynx
Help you use NetSuite in the efficient way.
Cos'è Netsuite Sphynx?
Netsuite Sphynx è un'estensione di Chrome sviluppata da Alex Chang, e la sua funzione principale è "Help you use NetSuite in the efficient way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netsuite Sphynx
Scarica i file di estensione Netsuite Sphynx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Netsuite Sphynx |
ID | kcfkbcmiipjpnficonpnlkblepcdchia |
URL Ufficiale | https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia |
Descrizione | Help you use NetSuite in the efficient way. |
Dimensione del File | 585 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 0.3.1 |
Ultimo Aggiornamento | 2022-03-25 |
Data di Pubblicazione | 2021-09-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Alex Chang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |