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.”。
扩展截图
下载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 |
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" } |