NetSuite Mapping Scroll Fix Firefox

Examine source code of NetSuite Mapping Scroll Fix

By: Dimitri Add-on
Inspect and view changes in NetSuite Mapping Scroll Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NetSuite Mapping Scroll Fix",
  "version": "1.4",
  "description": "Fix NetSuite import mapping popup scrolling",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.netsuite.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "netsuite-scroll-fix@example.com",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NetSuite Mapping Scroll Fix Alternatives

Here are some Firefox add-ons that are similar to NetSuite Mapping Scroll Fix: