Aliexpress Tools - Product, Sales 2.5

Aliexpress Tools - Product, Sales 2.5

Aliexpress data - easy data extraction tools of product, price review V2.5

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 Tools - Product, Sales 2.5",
  "short_name": "ALT2",
  "description": "Aliexpress data  - easy data extraction tools of product, price review V2.5",
  "version": "2.5",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://*.aliexpress.com/*",
    "https://*.weloveshopee.com/*",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "author": "Patiwat"
}