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 |
电子邮箱 | [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" } } |