Improvements for netsuite UI
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "better netsuite",
"description": "Improvements for netsuite UI",
"version": "1.8",
"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"
]
}
]
}