better netsuite

better netsuite

Improvements for netsuite UI

Merlin
Additional files are visible only to premium users

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