Aliexpress Dropshipping Calculator

Aliexpress Dropshipping Calculator

Dropshipping Price Calculator help you to find out the profit and selling price of product including taxes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Aliexpress Dropshipping Calculator",
  "short_name": "profit Calculator",
  "description": "Dropshipping Price Calculator help you to find out the profit and selling price of product including taxes.",
  "version": "1.3",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Aliexpress,ebay,amazon Dropshipping profit calculator"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style/style.css"
      ],
      "js": [
        "scripts/jquery.min.js",
        "scripts/popup.js",
        "background.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}