Trackerbot V2

Trackerbot V2

Extends the functionality of your Trackerbot account!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trackerbot V2",
  "short_name": "Trackerbot",
  "version": "0.1.9.9",
  "manifest_version": 2,
  "description": "Extends the functionality of your Trackerbot account!",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "management",
    "https://k2b-bulk.ebay.com/*",
    "https://k2b-bulk.ebay.co.uk/*",
    "https://k2b-bulk.ebay.de/*",
    "https://k2b-bulk.ebay.fr/*",
    "https://k2b-bulk.ebay.es/*",
    "https://k2b-bulk.ebay.it/*",
    "https://k2b-bulk.ebay.com.au/*",
    "https://k2b-bulk.ebay.ca/*",
    "https://k2b-bulk.ebay.ie/*",
    "https://www.ebay.com/ship/tr/update",
    "https://www.ebay.co.uk/ship/tr/update",
    "https://www.ebay.de/ship/tr/update",
    "https://www.ebay.fr/ship/tr/update",
    "https://www.ebay.es/ship/tr/update",
    "https://www.ebay.it/ship/tr/update",
    "https://www.ebay.com.au/ship/tr/update",
    "https://www.ebay.ca/ship/tr/update",
    "https://www.ebay.ie/ship/tr/update",
    "https://www.ebay.com/sh/ord/*",
    "https://www.ebay.co.uk/sh/ord/*",
    "https://www.ebay.de/sh/ord/*",
    "https://www.ebay.fr/sh/ord/*",
    "https://www.ebay.es/sh/ord/*",
    "https://www.ebay.it/sh/ord/*",
    "https://www.ebay.com.au/sh/ord/*",
    "https://www.ebay.ca/sh/ord/*",
    "https://www.ebay.ie/sh/ord/*",
    "https://payments.ebay.com/ws/*",
    "https://payments.ebay.co.uk/ws/*",
    "https://payments.ebay.de/ws/*",
    "https://payments.ebay.fr/ws/*",
    "https://payments.ebay.es/ws/*",
    "https://payments.ebay.it/ws/*",
    "https://payments.ebay.com.au/ws/*",
    "https://payments.ebay.ca/ws/*",
    "https://payments.ebay.ie/ws/*",
    "https://app.trackerbot.me/*",
    "https://tracker-bot-odd-jobs-queue.herokuapp.com/*",
    "http://trade.aliexpress.com/*",
    "https://trade.aliexpress.com/*",
    "http://trade.alibaba.com/*",
    "https://trade.alibaba.com/*",
    "http://d.aliexpress.com/*",
    "https://d.aliexpress.com/*",
    "http://login.aliexpress.com/*",
    "https://login.aliexpress.com/*",
    "https://*.amazon.com/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.de/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.it/*",
    "https://*.amazon.es/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.sa/*",
    "https://*.amazon.ae/*",
    "https://bulksell.ebay.com/*",
    "https://bulksell.ebay.it/*",
    "https://bulksell.ebay.com.au/*",
    "https://bulksell.ebay.ca/*",
    "https://bulksell.ebay.ie/*"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "TrackerBot"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
      "/background/libs/socket.io.min.js",
      "/common/config.js",
      "/content/Amazon/AmazonParser.js",
      "/content/Amazon/AmazonAuth.js",
      "/background/utils/Job.js",
      "/background/utils/Socket.js",
      "/background/Amazon/AmazonAuth.js",
      "/background/Amazon/AmazonBackfiller.js",
      "/background/Amazon/AmazonReportsBackfiller.js",
      "/background/Amazon/AmazonChecker.js",
      "/background/Amazon/AmazonDebugger.js",
      "/background/Ebay/EbayBackfill.js",
      "/background/Ebay/EbayBackfillV2.js",
      "/background/Ebay/EbayUpload.js",
      "/background/AliExpress.js",
      "/background/Backfiller.js",
      "/background/Scheduler.js",
      "/background/Uploader.js",
      "/background/ManualV2.js",
      "/background/FullyAuto.js",
      "/background/Messages.js",
      "/background/utils.js",
      "/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://k2b-bulk.ebay.com/*",
        "*://k2b-bulk.ebay.co.uk/*",
        "*://k2b-bulk.ebay.de/*",
        "*://k2b-bulk.ebay.fr/*",
        "*://k2b-bulk.ebay.es/*",
        "*://k2b-bulk.ebay.it/*",
        "*://k2b-bulk.ebay.com.au/*",
        "*://k2b-bulk.ebay.ie/*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/content/selectPhaseSharedFunctions.js",
        "/content/selectPhase.js"
      ]
    },
    {
      "matches": [
        "*://*.ebay.com/sh/ord/*",
        "*://*.ebay.co.uk/sh/ord/*",
        "*://*.ebay.de/sh/ord/*",
        "*://*.ebay.fr/sh/ord/*",
        "*://*.ebay.it/sh/ord/*",
        "*://*.ebay.es/sh/ord/*",
        "*://*.ebay.com.au/sh/ord/*",
        "*://*.ebay.ca/sh/ord/*",
        "*://*.ebay.ie/sh/ord/*",
        "*://*.ebay.com/sh/ord?/*",
        "*://*.ebay.co.uk/sh/ord?/*",
        "*://*.ebay.de/sh/ord?/*",
        "*://*.ebay.fr/sh/ord?/*",
        "*://*.ebay.it/sh/ord?/*",
        "*://*.ebay.es/sh/ord?/*",
        "*://*.ebay.com.au/sh/ord?/*",
        "*://*.ebay.ca/sh/ord?/*",
        "*://*.ebay.ie/sh/ord?/*",
        "*://*.ebay.com/sh/ord?*",
        "*://*.ebay.co.uk/sh/ord?*",
        "*://*.ebay.de/sh/ord?*",
        "*://*.ebay.fr/sh/ord?*",
        "*://*.ebay.it/sh/ord?*",
        "*://*.ebay.es/sh/ord?*",
        "*://*.ebay.com.au/sh/ord?*",
        "*://*.ebay.ca/sh/ord?*",
        "*://*.ebay.ie/sh/ord?*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/content/Ebay/EbayMessages.js",
        "/content/selectPhaseSharedFunctions.js",
        "/content/selectPhaseNoStore.js",
        "/content/Ebay/EbayParser.js"
      ]
    },
    {
      "matches": [
        "*://*.ebay.com/mesh/ord/*",
        "*://*.ebay.co.uk/mesh/ord/*",
        "*://*.ebay.de/mesh/ord/*",
        "*://*.ebay.fr/mesh/ord/*",
        "*://*.ebay.it/mesh/ord/*",
        "*://*.ebay.es/mesh/ord/*",
        "*://*.ebay.com.au/mesh/ord/*",
        "*://*.ebay.ca/mesh/ord/*",
        "*://*.ebay.ie/mesh/ord/*",
        "*://*.ebay.com/mesh/ord/*",
        "*://*.ebay.co.uk/mesh/ord/*",
        "*://*.ebay.de/mesh/ord/*",
        "*://*.ebay.fr/mesh/ord/*",
        "*://*.ebay.it/mesh/ord/*",
        "*://*.ebay.es/mesh/ord/*",
        "*://*.ebay.com.au/mesh/ord/*",
        "*://*.ebay.ca/mesh/ord/*",
        "*://*.ebay.ie/mesh/ord/*",
        "*://*.ebay.com/mesh/ord/*",
        "*://*.ebay.co.uk/mesh/ord/*",
        "*://*.ebay.de/mesh/ord/*",
        "*://*.ebay.fr/mesh/ord/*",
        "*://*.ebay.it/mesh/ord/*",
        "*://*.ebay.es/mesh/ord/*",
        "*://*.ebay.com.au/mesh/ord/*",
        "*://*.ebay.ca/mesh/ord/*",
        "*://*.ebay.ie/mesh/ord/*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/content/Ebay/EbayMessages.js",
        "/content/Ebay/EbayParser.js"
      ]
    },
    {
      "matches": [
        "*://www.ebay.com/ship/tr/update*",
        "*://www.ebay.co.uk/ship/tr/update*",
        "*://www.ebay.de/ship/tr/update*",
        "*://www.ebay.fr/ship/tr/update*",
        "*://www.ebay.es/ship/tr/update*",
        "*://www.ebay.it/ship/tr/update*",
        "*://www.ebay.com.au/ship/tr/update*",
        "*://www.ebay.ca/ship/tr/update*",
        "*://www.ebay.ie/ship/tr/update*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/content/uploadPhaseSharedFunctions.js",
        "/content/uploadPhase.js"
      ]
    },
    {
      "matches": [
        "*://payments.ebay.com/ws/*",
        "*://payments.ebay.co.uk/ws/*",
        "*://payments.ebay.de/ws/*",
        "*://payments.ebay.fr/ws/*",
        "*://payments.ebay.es/ws/*",
        "*://payments.ebay.it/ws/*",
        "*://payments.ebay.com.au/ws/*",
        "*://payments.ebay.ca/ws/*",
        "*://payments.ebay.ie/ws/*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/content/uploadPhaseSharedFunctions.js",
        "/content/uploadPhaseNoStore.js"
      ]
    },
    {
      "matches": [
        "https://app.trackerbot.me/welcome/chrome",
        "https://app.trackerbot.me/onboarding/semiauto/chrome",
        "https://app.trackerbot.me/onboarding/semiautoV2/chrome"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/common/config.js",
        "/content/trackerbot/onboard.js"
      ]
    },
    {
      "matches": [
        "https://app.trackerbot.me/profile",
        "http://localhost:3000/profile"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/common/config.js",
        "/content/trackerbot/profile.js"
      ]
    },
    {
      "matches": [
        "https://app.trackerbot.me/home",
        "https://app.trackerbot.me/manual/home"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/common/config.js",
        "/content/trackerbot/home.js"
      ]
    },
    {
      "matches": [
        "https://www.amazon.com/ap/signin/*",
        "https://www.amazon.co.uk/ap/signin/*",
        "https://www.amazon.de/ap/signin/*",
        "https://www.amazon.fr/ap/signin/*",
        "https://www.amazon.it/ap/signin/*",
        "https://www.amazon.es/ap/signin/*",
        "https://www.amazon.com.au/ap/signin/*",
        "https://www.amazon.ca/ap/signin/*",
        "https://www.amazon.sa/ap/signin/*",
        "https://www.amazon.ae/ap/signin/*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/background/utils.js",
        "/content/Amazon/AmazonSignin.js"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/p/order/detail*",
        "https://track.aliexpress.com/logisticsdetail*"
      ],
      "js": [
        "/light-bootstrap-dashboard-pro/assets/js/core/jquery.3.2.1.min.js",
        "/background/utils.js",
        "/common/config.js",
        "/content/AliExpress/AliExpressParser.js",
        "/content/AliExpress/AliExpressMessages.js"
      ]
    }
  ]
}