Ebay Cart Exporter

Ebay Cart Exporter

This extension exports ebay.com cart products link, title, status, 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",
  "name": "Ebay Cart Exporter",
  "description": "This extension exports ebay.com cart products link, title, status, quantity and other attributes into Excel/CSV file",
  "version": "1.2",
  "manifest_version": 2,
  "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"
  },
  "browser_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"
    },
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}