AutoDS eBay Manual Dropshipping

AutoDS eBay Manual Dropshipping

AutoDS Automatic Non-API eBay Dropshipping Solution

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AutoDS eBay Manual Dropshipping",
  "version": "1.42.0",
  "description": "AutoDS Automatic Non-API eBay Dropshipping Solution",
  "icons": {
    "16": "images/icon1.png",
    "32": "images/icon2.png",
    "48": "images/icon3.png",
    "128": "images/autodslogo.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.ebay.com/signin/*",
        "*://signin.ebay.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/jq.js",
        "content/content.js"
      ]
    },
    {
      "matches": [
        "*://*.ebay.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/jq.js",
        "content/ebay.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/main.js",
      "js/sentry.js",
      "js/jq.js",
      "js/zip.js",
      "js/zip-util.js",
      "background/sentry.js",
      "background/autoDsV2Controller.js",
      "background/common.js",
      "background/autoDsController.js",
      "background/ebayController.js",
      "background/automateController.js",
      "background/background.js",
      "background/rateUs.js",
      "background/ebayHubController.js",
      "background/nonApiV2.js",
      "background/Storage.js",
      "background/Logger.js"
    ],
    "persistent": true
  },
  "permissions": [
    "*://pages.ebay.com/*",
    "*://bulksell.ebay.com/*",
    "*://www.ebay.com/signin/*",
    "*://signin.ebay.com/*",
    "*://k2b-bulk.ebay.com/*",
    "*://stage.autods.com/*",
    "*://*.autods.com/*",
    "*://*.ngrok.io/*",
    "*://v2-non-api-files.s3.amazonaws.com/*",
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "browser_action": {
    "default_title": "AutoDS eBay Manual Dropshipping",
    "default_popup": "popup/popup.html"
  }
}