File form filler Firefox

Examine source code of File form filler

Inspect and view changes in File form filler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CSV form filler",
  "version": "1.4.2",
  "description": "Extension to form filling by uploaded csv",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/fillFormsSimple.js",
        "js/fillMultipleForms.js",
        "js/generateFile.js",
        "js/fillWithGeneratedFile.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "icons": {
    "128": "assets/images/iconOnly.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "csv.filler@gmail.com"
    }
  }
}

Best File form filler Alternatives

Here are some Firefox add-ons that are similar to File form filler: