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 擴展基本資訊
| 名稱 | |
| ID | klbmbdllbjaplicjgdkieilgjnogojoc |
| 官方網址 | 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"
}
} | |