Netsuite Sphynx

Help you use NetSuite in the efficient way.

Qu'est-ce que Netsuite Sphynx ?

Netsuite Sphynx est une extension Chrome développée par Alex Chang, et sa fonction principale est "Help you use NetSuite in the efficient way.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Netsuite Sphynx

Téléchargez les fichiers d'extension Netsuite Sphynx 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

                        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.                    

Informations de Base sur l'Extension

Nom Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
URL Officiel https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
Description Help you use NetSuite in the efficient way.
Taille du Fichier 585 KB
Nombre d'Installations 135
Version Actuelle 0.3.1
Dernière Mise à Jour 2022-03-25
Date de Publication 2021-09-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Alex Chang
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}