Helix Reports Enhancements Firefox

Examine source code of Helix Reports Enhancements

Inspect and view changes in Helix Reports Enhancements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Helix Reports Enhancements",
  "version": "3.2",
  "description": "Enhances Helix Reports with custom renaming, auto-filters, and PDF export.",
  "browser_specific_settings": {
    "gecko": {
      "id": "helix-renamer-use@local.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "powerbyhelix.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://reports.helixreports.com/*",
        "https://configure.helixreports.com/*"
      ],
      "js": [
        "xlsx.min.js",
        "jspdf.umd.min.js",
        "jspdf.plugin.autotable.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Helix Reports Enhancements Alternatives

Here are some Firefox add-ons that are similar to Helix Reports Enhancements: