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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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