Dropizi

Dropizi

Dropshipping, made easy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "4.3.9",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "homepage_url": "https://www.dropizi.fr",
  "browser_action": {
    "default_title": "Dropizi",
    "default_icon": "assets/icon-128.png",
    "default_popup": "/index.html"
  },
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "options_ui": {
    "page": "/index.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "content-scripts/background-script.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://best.aliexpress.com/*",
        "https://*.aliexpress.com/item/*",
        "https://*.aliexpress.com/store/product/*",
        "https://*.aliexpress.com/af/*",
        "https://*.aliexpress.com/wholesale*",
        "https://*.aliexpress.com/category/*",
        "https://*.aliexpress.com/p/order/index.htm*",
        "https://*.aliexpress.com/p/trade/confirm.html*",
        "https://*.aliexpress.com/p/shoppingcart/index.htm*",
        "https://trade.aliexpress.com/orderList.htm*",
        "https://trade.aliexpress.com/orderDetail.htm*",
        "https://trade.aliexpress.com/order_detail.htm*",
        "https://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm*",
        "https://shoppingcart.aliexpress.com/orders.htm*",
        "https://shoppingcart.aliexpress.com/order/payResult.htm*"
      ],
      "js": [
        "content-scripts/aliexpress.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.bdroppy.com/*",
        "https://dashsandbox.bdroppy.com/*"
      ],
      "js": [
        "content-scripts/bdroppy.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.bigbuy.eu/*/*"
      ],
      "js": [
        "content-scripts/bigbuy.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.brandsdistribution.com/*/catalog/*"
      ],
      "js": [
        "content-scripts/brandsdistribution.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.busyx.com/*"
      ],
      "js": [
        "content-scripts/busyx.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://admin.wizishop.com/commandes-stats/commandes/*",
        "https://admin.wizishop.com/produits/*",
        "https://admin.dropizi.fr/commandes-stats/commandes/*",
        "https://admin.dropizi.fr/produits/*",
        "https://admin.wizishop.com/fr/orders/*",
        "https://admin.wizishop.com/en/orders/*",
        "https://admin.wizishop.com/fr/products/*",
        "https://admin.wizishop.com/en/products/*",
        "https://admin.wizishop.com/v3/product/edit/*",
        "https://admin.dropizi.fr/fr/orders/*",
        "https://admin.dropizi.fr/en/orders/*",
        "https://admin.dropizi.fr/fr/products/*",
        "https://admin.dropizi.fr/en/products/*",
        "https://admin.dropizi.fr/v3/product/edit/*"
      ],
      "js": [
        "content-scripts/wizishop.js"
      ],
      "run_at": "document_end"
    }
  ]
}