AliTrendz

AliTrendz

Must-have Dropshipping tool to identify winning products on AliExpress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AliTrendz",
  "description": "Must-have Dropshipping tool to identify winning products on AliExpress.",
  "version": "1.6",
  "permissions": [
    "tabs",
    "https://tmall.aliexpress.com/",
    "https://home.aliexpress.com/",
    "https://www.aliexpress.com/",
    "https://ru.aliexpress.com/"
  ],
  "icons": {
    "16": "img/green-open.png",
    "48": "img/green-open.png",
    "128": "img/green-open.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/main.css",
        "css/icon.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/chart.js",
        "js/content.js"
      ],
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Click to to check the alitrendz page",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/logo.png",
    "img/al.png",
    "img/half-star.png",
    "img/full-star.png",
    "img/empty-star.png",
    "img/loader.gif",
    "img/gray-open.png",
    "img/gray-close.png",
    "img/green-open.png",
    "img/green-close.png",
    "img/sign.png",
    "/update.html"
  ]
}