NetSuite Transaction Tree

NetSuite Transaction Tree

Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NetSuite Transaction Tree",
  "version": "2.3.1",
  "content_scripts": [
    {
      "matches": [
        "*://*.netsuite.com/app/accounting/transactions/*"
      ],
      "js": [
        "jQuery.min.js",
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject-script.js",
        "*.js"
      ],
      "matches": [
        "https://*.app.netsuite.com/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": []
}