Netsuite Sphynx

Help you use NetSuite in the efficient way.

¿Qué es Netsuite Sphynx?

Netsuite Sphynx es una extensión de Chrome desarrollada por Alex Chang, y su función principal es "Help you use NetSuite in the efficient way.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Netsuite Sphynx

Descarga archivos de extensión Netsuite Sphynx en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
URL Oficial https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
Descripción Help you use NetSuite in the efficient way.
Tamaño del Archivo 585 KB
Cantidad de Instalaciones 135
Versión Actual 0.3.1
Última Actualización 2022-03-25
Fecha de Publicación 2021-09-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Alex Chang
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}