Netsuite Search Results To JSON
Download a JSON file from a Netsuite Search from Saved Search
Netsuite Search Results To JSONとは何ですか?
Netsuite Search Results To JSONはOctavio Quirozによって開発されたChromeの拡張機能で、その主な機能は「Download a JSON file from a Netsuite Search from Saved Search」です。
拡張機能のスクリーンショット
Netsuite Search Results To JSON拡張機能のCRXファイルをダウンロード
Netsuite Search Results To JSON拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export and download your NetSuite saved search results as JSON file. * this is an beta version, you are welcome to report issues or any bug 🐞 - Description and Usage * Install the extension, clicking on the "Add to Chrome" button * Now will see a new export button (yes, the blue one 😜) in your results view * Click it and the download will be starts in a few seconds
拡張機能の基本情報
名前 | Netsuite Search Results To JSON |
ID | klbmbdllbjaplicjgdkieilgjnogojoc |
公式URL | https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc |
説明 | Download a JSON file from a Netsuite Search from Saved Search |
ファイルサイズ | 15.1 KB |
インストール数 | 216 |
現在のバージョン | 1.1 |
最終更新日 | 2022-09-02 |
公開日 | 2022-08-05 |
開発者 | Octavio Quiroz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/raloz/netsuite-search-results-as-json |
ヘルプページのURL | https://github.com/raloz/netsuite-search-results-as-json |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netsuite Search Results To JSON", "description": "Download a JSON file from a Netsuite Search from Saved Search", "version": "1.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "js": [ "src\/index.js" ], "matches": [ "https:\/\/*.netsuite.com\/app\/common\/search\/searchresults.nl?*searchid=*" ] } ], "icons": { "16": "\/images\/toJSON-16.png", "32": "\/images\/toJSON-32.png", "48": "\/images\/toJSON-48.png", "128": "\/images\/toJSON-128.png" } } |