Netsuite Sphynx

Help you use NetSuite in the efficient way.

什麼是Netsuite Sphynx?

Netsuite Sphynx是由Alex Chang開發的Chrome擴展程式,該擴展的主要功能是“Help you use NetSuite in the efficient way.”。

擴展截圖

screenshot
screenshot
screenshot

下載Netsuite Sphynx擴展crx文件

下載Netsuite Sphynx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}