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"입니다.

확장 프로그램 스크린샷

screenshot

Netsuite Search Results To JSON 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}