Aliexpress Importer for Prestashop & Magento

Aliexpress Importer for Prestashop & Magento

Import aliexpress products to prestashop & Magento 2.x store . This version work with only with the module aliExpressApi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aliexpress Importer for Prestashop & Magento",
  "short_name": "ApiExpress",
  "description": "Import aliexpress products to prestashop & Magento 2.x store . This version work with only with the module aliExpressApi",
  "version": "1.6.6",
  "browser_action": {
    "default_icon": "apixpress57x57.png",
    "default_popup": "popup.html",
    "default_title": ""
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "apixpress57x57.png",
    "128": "images/apixpress80x80.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "js/jquery-3.2.1.min.js",
        "contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/injectScript.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}