AutoFill Payment & Shipping Firefox

Examine source code of AutoFill Payment & Shipping

Inspect and view changes in AutoFill Payment & Shipping source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoFill Payment & Shipping",
  "version": "1.1",
  "description": "Automatically fills payment and shipping information on shopping websites. Now supports multiple profiles and syncing across devices.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.ebay.com/*",
        "*://*.aliexpress.com/*",
        "*://*.shoppingwebsite.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    },
    "default_title": "AutoFill Payment & Shipping"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4059b867-3a96-41ff-bbf0-f4f6a9209afc}"
    }
  }
}

Best AutoFill Payment & Shipping Alternatives

Here are some Firefox add-ons that are similar to AutoFill Payment & Shipping: