Prestashop Dropshipping Aliexpress 3 IN 1

Prestashop Dropshipping Aliexpress 3 IN 1

Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "styles/style.css"
      ],
      "js": [
        "scripts/jquery.js",
        "scripts/contentScript.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*",
        "http://*.aliexpress.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Easily import bulk products from AliExpress to your online store. Automatically fulfill your orders on AliExpress by one click.",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "name": "Prestashop Dropshipping Aliexpress 3 IN 1",
  "page_action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "version": "1.5.4",
  "web_accessible_resources": [
    "styles/style.css",
    "images/*.png",
    "scripts/jquery.js",
    "scripts/scriptAliexpress.js"
  ]
}