Amazon cart exporter

Amazon cart exporter

This extension exports amazon.com cart products Title, URL, Quantity, Price 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_popup": "index.html",
    "default_icon": {
      "16": "assets/images/cart-logo-16x16.png",
      "32": "assets/images/cart-logo-32x32.png",
      "48": "assets/images/cart-logo-48x48.png",
      "128": "assets/images/cart-logo-128x128.png"
    },
    "icons": {
      "16": "assets/images/cart-logo-16x16.png",
      "32": "assets/images/cart-logo-32x32.png",
      "48": "assets/images/cart-logo-48x48.png",
      "128": "assets/images/cart-logo-128x128.png"
    }
  },
  "description": "This extension exports amazon.com cart products Title, URL, Quantity, Price and other attributes into Excel/CSV file",
  "manifest_version": 3,
  "name": "Amazon cart exporter",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "version": "1.7.2"
}