Netsuite Sphynx

Help you use NetSuite in the efficient way.

Netsuite Sphynx là gì?

Netsuite Sphynx là một tiện ích mở rộng Chrome được phát triển bởi Alex Chang, và tính năng chính của nó là "Help you use NetSuite in the efficient way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netsuite Sphynx

Tải xuống các tệp mở rộng Netsuite Sphynx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
Mô tả Help you use NetSuite in the efficient way.
Kích Thước Tệp 585 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2022-03-25
Ngày Phát Hành 2021-09-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alex Chang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}