Smart Fill: Local stored,Secure,Drag-and-Drop Firefox

Examine source code of Smart Fill: Local stored,Secure,Drag-and-Drop

Inspect and view changes in Smart Fill: Local stored,Secure,Drag-and-Drop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "User Auto Fill Extension",
  "version": "1.0.1",
  "description": "Automatically fill forms with saved data",
  "browser_specific_settings": {
    "gecko": {
      "id": "user-auto-fill@yourdomain.com"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Melhores alternativas Smart Fill: Local stored,Secure,Drag-and-Drop

Aqui estão algumas Firefox add-ons que são similares a Smart Fill: Local stored,Secure,Drag-and-Drop: