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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netsuite Search Results To JSON
قم بتنزيل ملفات الامتداد Netsuite Search Results To JSON بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
} | |