better netsuite

Improvements for netsuite UI

Wat is better netsuite?

better netsuite is een Chrome-extensie ontwikkeld door ilc182, en de belangrijkste functie is "Improvements for netsuite UI".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie better netsuite

Download better netsuite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam better netsuite better netsuite
ID gphcnjdkgodjpbcfdombfmjadagiipne
Officiële URL https://chromewebstore.google.com/detail/better-netsuite/gphcnjdkgodjpbcfdombfmjadagiipne
Beschrijving Improvements for netsuite UI
Bestandsgrootte 33.77 KB
Aantal Installaties 58
Huidige Versie 1.7
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2022-04-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ilc182
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}