Topdser - Import Aliexpress Product

Topdser - Import Aliexpress Product

Import any Aliexpress product to Shopify store with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Topdser - Import Aliexpress Product",
  "version": "1.0.20",
  "description": "Import any Aliexpress product to Shopify store with one click",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/config.js",
      "js/jquery-1.8.3.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.aliexpress.com/*"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/activeWindow.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://trade.aliexpress.com/orderList.htm*",
        "https://trade.aliexpress.com/order_list.htm*"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/sync-script.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.aliexpress.com/order/payResult.htm*"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/pay-result.js"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/importModal.js",
        "js/category.js"
      ],
      "matches": [
        "https://*.aliexpress.com/af/*",
        "https://*.aliexpress.com/w/*",
        "https://*.aliexpress.com/category/*",
        "https://*.aliexpress.com/wholesale*",
        "https://*.aliexpress.com/premium*"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.aliexpress.com/item/*"
      ],
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/importModal.js",
        "js/product.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm*"
      ],
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/cart.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://shoppingcart.aliexpress.com/orders.htm*"
      ],
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/checkout.js"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/oberlo.js"
      ],
      "matches": [
        "https://app.oberlo.com/my-products*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/oberlo-order.js"
      ],
      "matches": [
        "https://app.oberlo.com/orders*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/jquery-1.8.3.js",
        "js/kfbuy-script.js"
      ],
      "matches": [
        "*://open.dev.kfbuy.com/*",
        "https://app.topdser.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/importModal.js",
        "js/ae-dropshiping-center.js",
        "js/ae-dropshiping-center-dashboard.js"
      ],
      "matches": [
        "https://home.aliexpress.com/dropshippercenter/product_find.htm*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/config.js",
        "js/jquery-1.8.3.js",
        "js/importModal.js",
        "js/ae-dropshiping-center-dashboard.js"
      ],
      "matches": [
        "https://home.aliexpress.com/dropshippercenter/dashboard.htm*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://*.aliexpress.com/*",
    "https://app.topdser.com/*",
    "https://app.oberlo.com/*",
    "https://open.dev.kfbuy.com/*",
    "tabs",
    "notifications",
    "webRequest",
    "storage"
  ],
  "web_accessible_resources": [
    "js/script/run-param.js",
    "js/script/checkoutInject.js",
    "img/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://open.dev.kfbuy.com/*",
      "https://app.topdser.com/*",
      "*://*.aliexpress.com/*"
    ]
  },
  "homepage_url": "https://app.topdser.com",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}