AMS Auto-Fill Firefox

Examine source code of AMS Auto-Fill

By: Solomon Add-on
Inspect and view changes in AMS Auto-Fill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "EMS Auto-Fill",
  "version": "1.0.1",
  "description": "Send candidate data from the EMS candidate profile and auto-fill visa application forms in Firefox.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ems-autofill@agencysystem.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost:5173/*",
        "http://localhost/*",
        "https://*/*"
      ],
      "js": [
        "bridge.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best AMS Auto-Fill Alternatives

Here are some Firefox add-ons that are similar to AMS Auto-Fill: