Prestashop Dropshipping Aliexpress

Prestashop Dropshipping Aliexpress

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


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "mycss.css"
      ],
      "js": [
        "jquery.js",
        "contentscript.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*",
        "http://*.aliexpress.com/*",
        "http://aliexpress.ru/*",
        "https://aliexpress.ru/*",
        "https://*.aliexpress.ru/*",
        "http://*.aliexpress.ru/*"
      ],
      "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/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjHjQ/yvRHrcf55MQdf3vFkycFhfZTO1cus3kgG0RjT8cM1er7fq08AUAOSjOztIYsLzqWxy//mBSrgJHBHUlhg0aC+Q7Rgf4ffiUFphyNJHsBuCZIGki3794re7F3y7hP2Q5u2x9fKp/IZUfcHOUu3a2PaE08XCHBZ6AbC7P8OEIs8Z0S3yMxcnrH3MExaT3X+o1wLXI3jiYcQ7/jTZSiUEZZNnSuidkuDo/m2rjdTo5pcbxnbQNm4xUxnYPk5uktBeQNfaVOr3XibG09YiQNQFx4Jh3X+BlqddloHBNTgcCDYEpA6AUmm2eEovMyvT9cRsVgwpxJ79KoMz6x0X8tQIDAQAB",
  "manifest_version": 2,
  "name": "Prestashop Dropshipping Aliexpress",
  "page_action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.11",
  "web_accessible_resources": [
    "mycss.css",
    "*.png",
    "jquery.js",
    "myscript.js"
  ]
}