Amazon Order Address Copier Firefox

Examine source code of Amazon Order Address Copier

Inspect and view changes in Amazon Order Address Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amazon Order Address Copier",
  "version": "1.0.2",
  "description": "An addon to copy customer info on Amazon Seller Central",
  "author": "Alex Maroz",
  "browser_specific_settings": {
    "gecko": {
      "id": "fbm-copier-ff@alexmaroz.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://sellercentral.amazon.com/orders-v3/*"
      ],
      "js": [
        "app.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best Amazon Order Address Copier Alternatives

Here are some Firefox add-ons that are similar to Amazon Order Address Copier: