Aliexpress Cart Exporter

Aliexpress Cart Exporter

This extension exports Aliexpress cart products title, URL, Quantity and other attributes into Excel/CSV file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "assets/images/cart-16.png",
      "32": "assets/images/cart-32.png",
      "48": "assets/images/cart-48.png",
      "128": "assets/images/cart-128.png"
    },
    "icons": {
      "16": "assets/images/cart-16.png",
      "32": "assets/images/cart-32.png",
      "48": "assets/images/cart-48.png",
      "128": "assets/images/cart-128.png"
    },
    "default_popup": "index.html"
  },
  "description": "This extension exports Aliexpress cart products title, URL, Quantity and other attributes into Excel/CSV file",
  "manifest_version": 3,
  "name": "Aliexpress Cart Exporter",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "version": "1.7.2"
}