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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Octavio Quiroz และคุณลักษณะหลักของมันคือ "Download a JSON file from a Netsuite Search from Saved Search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netsuite Search Results To JSON

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}