NetSuite Better Export

Allows user to export Saved Search results in various formats including the latest version of Excel.

ما هو NetSuite Better Export؟

NetSuite Better Export هو إضافة Chrome تم تطويرها بواسطة Eric Lackey، والميزة الرئيسية لها هي "Allows user to export Saved Search results in various formats including the latest version of Excel.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NetSuite Better Export

قم بتنزيل ملفات الامتداد NetSuite Better Export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        NetSuite Better Export allows users to export NetSuite Saved Search results in various formats including the latest versions of Excel. You will no longer encounter file format warnings when opening Saved Search results in Excel.

This extension uses the popular SheetJS Javascript library to convert the results returned from NetSuite into the selected export formats.                    

معلومات أساسية عن التمديد

الاسم NetSuite Better Export NetSuite Better Export
ID dbgmdhljlomlbiapjfikffgdmdmpjgdk
عنوان URL الرسمي https://chromewebstore.google.com/detail/netsuite-better-export/dbgmdhljlomlbiapjfikffgdmdmpjgdk
الوصف Allows user to export Saved Search results in various formats including the latest version of Excel.
حجم الملف 356 KB
عدد التثبيتات 774
النسخة الحالية 0.6
آخر تحديث 2023-05-06
تاريخ النشر 2023-03-13
تقييم 5.00/5 مجموع تقييمات 2
المطور Eric Lackey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ericlackey/netsuite-better-export
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite Better Export",
    "version": "0.6",
    "description": "Allows user to export Saved Search results in various formats including the latest version of Excel.",
    "content_scripts": [
        {
            "css": [
                "css\/ns_better_export.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.app.netsuite.com\/app\/accounting\/*",
                "https:\/\/*.app.netsuite.com\/app\/common\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/xlsx.full.min.js",
                "scripts\/ns_better_export.js",
                "images\/data-export-icon-0.png",
                "images\/Loading_icon.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}