ScaleOrder

ScaleOrder

The Best Orders Fulfillment platform for E-Commerce

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ScaleOrder",
  "version": "3.2.2",
  "description": "The Best Orders Fulfillment platform for E-Commerce",
  "icons": {
    "128": "img/logo.png"
  },
  "background": {
    "service_worker": "js/common/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.aliexpress.us/*",
        "https://*.aliexpress.com/*",
        "https://*.nextschain.com/*",
        "https://*.scaleorder.com/*"
      ],
      "js": [
        "js/common/jquery-1.10.2.min.js",
        "js/common/common.js",
        "js/nextschain/sync-oberlo.js",
        "js/aliexpress/details.js",
        "js/aliexpress/list.js",
        "js/common/switchery.min.js",
        "js/nextschain/check.js",
        "layout/spop/spop.min.js"
      ],
      "css": [
        "css/custom.css",
        "layout/spop/spop.min.css",
        "css/switchery.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "homepage_url": "https://www.scaleorder.com/index.html",
  "omnibox": {
    "keyword": "scaleorder"
  },
  "default_locale": "en_US"
}