Netsuite Sphynx

Help you use NetSuite in the efficient way.

Wat is Netsuite Sphynx?

Netsuite Sphynx is een Chrome-extensie ontwikkeld door Alex Chang, en de belangrijkste functie is "Help you use NetSuite in the efficient way.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Netsuite Sphynx

Download Netsuite Sphynx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
Officiële URL https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
Beschrijving Help you use NetSuite in the efficient way.
Bestandsgrootte 585 KB
Aantal Installaties 135
Huidige Versie 0.3.1
Laatst Bijgewerkt 2022-03-25
Publicatiedatum 2021-09-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alex Chang
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}