ebayxpress Importer for Prestashop & Magento

ebayxpress Importer for Prestashop & Magento

Import Ebay products to prestashop store . This version work with the module EbayXpress only

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ebayxpress Importer for Prestashop & Magento",
  "short_name": "ebayxpress",
  "description": "Import Ebay products to prestashop store . This version work with the module EbayXpress only ",
  "version": "1.2.5",
  "browser_action": {
    "default_icon": "logo57x57.png",
    "default_popup": "popup.html",
    "default_title": ""
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "logo57x57.png",
    "128": "images/logo80x80.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'"
}