Netsuite Search Results To JSON

Download a JSON file from a Netsuite Search from Saved Search

Netsuite Search Results To JSON là gì?

Netsuite Search Results To JSON là một tiện ích mở rộng Chrome được phát triển bởi Octavio Quiroz, và tính năng chính của nó là "Download a JSON file from a Netsuite Search from Saved Search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netsuite Search Results To JSON

Tải xuống các tệp mở rộng Netsuite Search Results To JSON dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netsuite Search Results To JSON Netsuite Search Results To JSON
ID klbmbdllbjaplicjgdkieilgjnogojoc
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-search-results-t/klbmbdllbjaplicjgdkieilgjnogojoc
Mô tả Download a JSON file from a Netsuite Search from Saved Search
Kích Thước Tệp 15.1 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-02
Ngày Phát Hành 2022-08-05
Nhà Phát Triển Octavio Quiroz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/raloz/netsuite-search-results-as-json
URL Trang Trợ Giúp https://github.com/raloz/netsuite-search-results-as-json
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}