Sku Grid - eBay Marketplace Repricer & Lister

Sku Grid - eBay Marketplace Repricer & Lister

Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sku Grid - eBay Marketplace Repricer & Lister",
  "version": "5.2.8",
  "minimum_chrome_version": "101.0.4951.64",
  "description": "Sync CSVs between eBay and SkuGrid suite. Upload CSV from SG/SF to eBay to list or to update products. Download reports from eBay.",
  "icons": {
    "16": "img/sg_logo_16.png",
    "32": "img/sg_logo_32.png",
    "48": "img/sg_logo_48.png",
    "64": "img/sg_logo_64.png",
    "128": "img/sg_logo_128.png"
  },
  "host_permissions": [
    "https://ebay.com/*/*",
    "https://www.ebay.com/*/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "./rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.ebay.com/*/*",
        "https://ebay.com/*/*",
        "https://signin.ebay.com/*/*",
        "https://www.signin.ebay.com/*/*"
      ],
      "js": [
        "js/inject.bundle.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "action": {
    "default_title": "Sku Grid."
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "tabs",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ]
}