SuperDS - Dropshipping Tool

SuperDS - Dropshipping Tool

Next Generation Lister & Product Management Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SuperDS - Dropshipping Tool",
  "description": "Next Generation Lister & Product Management Tool",
  "version": "1.10.9",
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/injector.js"
      ],
      "matches": [
        "https://www.ebay.com/*",
        "https://www.ebay.de/*",
        "https://www.ebay.co.uk/*",
        "https://www.ebay.es/*",
        "https://www.ebay.fr/*",
        "https://www.ebay.com.au/*",
        "https://www.ebay.it/*",
        "https://*.alibaba.com/product-detail/*",
        "https://www.catch.com.au/*/product/*",
        "https://www.catch.com.au/product/*",
        "https://www.kogan.com/*/buy/*"
      ]
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/uploader.js"
      ],
      "matches": [
        "https://www.ebay.com/",
        "https://bulkedit.ebay.com/*",
        "https://www.ebay.com/lstng*",
        "https://www.ebay.it/",
        "https://bulkedit.ebay.it/*",
        "https://www.ebay.it/lstng*",
        "https://www.ebay.co.uk/",
        "https://bulkedit.ebay.co.uk/*",
        "https://www.ebay.co.uk/lstng*",
        "https://www.ebay.fr/",
        "https://bulkedit.ebay.fr/*",
        "https://www.ebay.fr/lstng*",
        "https://www.ebay.com.au/",
        "https://bulkedit.ebay.com.au/*",
        "https://www.ebay.com.au/lstng*",
        "https://www.ebay.es/",
        "https://bulkedit.ebay.es/*",
        "https://www.ebay.es/lstng*",
        "https://www.ebay.de/",
        "https://bulkedit.ebay.de/*",
        "https://www.ebay.de/lstng*"
      ],
      "css": [
        "css/overlay.css"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/ebayCopy.js"
      ],
      "css": [
        "css/injections.css"
      ],
      "matches": [
        "https://www.ebay.com/*",
        "https://www.ebay.co.uk/*",
        "https://www.ebay.de/*",
        "https://www.ebay.fr/*",
        "https://www.ebay.es/*",
        "https://www.ebay.com.au/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/upc.js"
      ],
      "css": [
        "css/injections.css"
      ],
      "matches": [
        "https://bulkedit.ebay.com/*",
        "https://bulkedit.ebay.de/*",
        "https://bulkedit.ebay.co.uk/*",
        "https://bulkedit.ebay.es/*",
        "https://bulkedit.ebay.fr/*",
        "https://bulkedit.ebay.com.au/*",
        "https://bulkedit.ebay.it/*",
        "https://bulksell.ebay.com/*",
        "https://bulksell.ebay.de/*",
        "https://bulksell.ebay.co.uk/*",
        "https://bulksell.ebay.es/*",
        "https://bulksell.ebay.fr/*",
        "https://bulksell.ebay.com.au/*",
        "https://bulksell.ebay.it/*",
        "https://www.ebay.com/lstng*",
        "https://www.ebay.de/lstng*",
        "https://www.ebay.co.uk/lstng*",
        "https://www.ebay.es/lstng*",
        "https://www.ebay.fr/lstng*",
        "https://www.ebay.com.au/lstng*",
        "https://www.ebay.it/lstng*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content_scripts/orders/aliexpress-orders.js",
        "content_scripts/orders/orders-utils.js",
        "content_scripts/orders/country-codes.js",
        "js/swal2.min.js"
      ],
      "css": [
        "css/injections.css"
      ],
      "matches": [
        "https://shoppingcart.aliexpress.com/order/*",
        "https://shoppingcart.aliexpress.ru/order/*",
        "https://shoppingcart.aliexpress.us/order/*",
        "https://shoppingcart.aliexpress.com/orders.htm*",
        "https://shoppingcart.aliexpress.ru/orders.htm*",
        "https://shoppingcart.aliexpress.us/orders.htm*",
        "https://www.aliexpress.com/p/trade/confirm.html*",
        "https://www.aliexpress.ru/p/trade/confirm.html*",
        "https://www.aliexpress.us/p/trade/confirm.html*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "js/swal2.min.js",
        "js/jquery-3.6.0.min.js",
        "content_scripts/orders/superds-orders.js"
      ],
      "matches": [
        "https://super-ds.com/dashboard/orders/*",
        "https://super-ds.com/worker/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/alibaba.js"
      ],
      "matches": [
        "https://*.alibaba.com/product-detail/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/aliexpress.js"
      ],
      "matches": [
        "https://*.aliexpress.com/item/*",
        "https://*.aliexpress.us/item/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/banggood.js"
      ],
      "matches": [
        "https://*.banggood.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/catch.js"
      ],
      "matches": [
        "https://www.catch.com.au/*/product/*",
        "https://www.catch.com.au/product/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/cjdropshipping.js"
      ],
      "matches": [
        "https://cjdropshipping.com/product/*",
        "https://*.cjdropshipping.com/product/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/crazy.js"
      ],
      "matches": [
        "https://crazysupplier.myshopify.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/ebay.js"
      ],
      "matches": [
        "https://*.ebay.com/itm/*",
        "https://*.ebay.de/itm/*",
        "https://*.ebay.co.uk/itm/*",
        "https://*.ebay.es/itm/*",
        "https://*.ebay.fr/itm/*",
        "https://*.ebay.com.au/itm/*",
        "https://*.ebay.it/itm/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/etsy.js"
      ],
      "matches": [
        "https://*.etsy.com/*/listing/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/globein.js"
      ],
      "matches": [
        "https://*.globein.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content_scripts/kogan.js"
      ],
      "matches": [
        "https://www.kogan.com/au/buy/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/lightinthebox.js"
      ],
      "matches": [
        "https://*.lightinthebox.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/petdropshipper.js"
      ],
      "matches": [
        "https://*.petdropshipper.com/products/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/pulsetv.js"
      ],
      "matches": [
        "https://*.pulsetv.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/quickwayimports.js"
      ],
      "matches": [
        "https://*.quickwayimports.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/saleyee.js"
      ],
      "matches": [
        "https://*.saleyee.com/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/shophq.js"
      ],
      "matches": [
        "https://*.shophq.com/Product/*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/tomtop.js"
      ],
      "matches": [
        "https://*.tomtop.com/p*"
      ],
      "runAt": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/jquery-3.6.0.min.js",
        "content_scripts/wdrake.js"
      ],
      "matches": [
        "https://*.wdrake.com/*"
      ],
      "runAt": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "templates/*",
        "content_scripts/injectables/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "host_permissions": [
    "https://signin.ebay.com/*",
    "https://bulksell.ebay.com/*",
    "https://k2b-bulk.ebay.com/*",
    "https://pages.ebay.com/*",
    "http://pages.ebay.com/*",
    "https://www.ebay.com/*"
  ]
}