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 |
Eメール | [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" } |