better netsuite

Improvements for netsuite UI

ما هو better netsuite؟

better netsuite هو إضافة Chrome تم تطويرها بواسطة ilc182، والميزة الرئيسية لها هي "Improvements for netsuite UI".

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

screenshot

تحميل ملف CRX للإضافة better netsuite

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

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

                        Provides fixes for the useless UI of netsuite.

Added features:
- enlarged input box for timelog description
- summary table for logged hours per project

v1.2:
- editable Hourly fee field
- billable amount is calculated per project and total
- minor code refactor

v1.3
- szamlazz.hu "integration", to auto-create an invoice draft, based on summary table

v1.4
- updated CSS to match netsuite's updated HTML

v1.5
- hourly fee can be set per project

v1.6
- invoice generation logic changed to show actual hours

v1.7
- updated CSS to match netsuite's updated HTML                    

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

الاسم better netsuite better netsuite
ID gphcnjdkgodjpbcfdombfmjadagiipne
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-netsuite/gphcnjdkgodjpbcfdombfmjadagiipne
الوصف Improvements for netsuite UI
حجم الملف 33.77 KB
عدد التثبيتات 58
النسخة الحالية 1.7
آخر تحديث 2023-04-25
تاريخ النشر 2022-04-21
تقييم 5.00/5 مجموع تقييمات 1
المطور ilc182
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "better netsuite",
    "description": "Improvements for netsuite UI",
    "version": "1.7",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ]
        },
        {
            "js": [
                "szamlazz.js"
            ],
            "matches": [
                "https:\/\/www.szamlazz.hu\/szamla\/?page=szamlaszerkeszto"
            ]
        }
    ]
}