Netsuite Sphynx

Help you use NetSuite in the efficient way.

Netsuite Sphynx क्या है?

Netsuite Sphynx Alex Chang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you use NetSuite in the efficient way."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netsuite Sphynx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
आधिकारिक URL https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
विवरण Help you use NetSuite in the efficient way.
फ़ाइल का आकार 585 KB
स्थापना संख्या 135
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2022-03-25
प्रकाशन तिथि 2021-09-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Alex Chang
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}