SellingPilot - Your AI-powered assistant for e-commerce.

SellingPilot - Your AI-powered assistant for e-commerce.

SellingPilot is your AI-powered assistant for e-commerce. Streamline operations, and accelerate your E-commerce business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SellingPilot - Your AI-powered assistant for e-commerce.",
  "description": "SellingPilot is your AI-powered assistant for e-commerce. Streamline operations, and accelerate your E-commerce business.",
  "version": "3.0.1",
  "action": {
    "default_icon": "assets/logo.png",
    "default_title": "SellingPilot - Your AI-powered assistant for e-commerce."
  },
  "icons": {
    "16": "assets/logo/16.png",
    "48": "assets/logo/48.png",
    "128": "assets/logo/128.png"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "js/*"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.office.com/*",
        "*://outlook.office365.com/*",
        "*://mail.google.com/*",
        "*://seller.walmart.com/*",
        "*://hw.mail.163.com/*",
        "*://mail.163.com/*",
        "*://mail.qq.com/*",
        "*://hw.mail.126.com/*",
        "*://mail.126.com/*",
        "*://mesg.ebay.com/*",
        "*://sellercentral.amazon.com/*",
        "*://outlook.live.com/*",
        "*://www.amazon.com/*",
        "*://www.newegg.com/*",
        "*://www.newegg.ca/*",
        "*://www.neweggbusiness.com/*"
      ],
      "css": [
        "css/injectSellingPilot.css"
      ],
      "js": [
        "js/injectSellingPilot.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.amazon.com/*"
      ],
      "css": [
        "css/itemInject.css"
      ],
      "js": [
        "js/itemInject.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "css": [
        "css/injectSellingPilot.css",
        "css/injectTiktokCreator.css"
      ],
      "js": [
        "js/injectSellingPilot.js",
        "js/injectTiktokCreator.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://affiliate-us.tiktok.com/seller/*"
      ],
      "js": [
        "js/injectTiktokImHelper.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "scripting",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.sellingpilot.com/",
    "https://genesis-gdev.newegg.org/48f198e1/*",
    "https://genesis-gdev.newegg.org/d0c43b76/*",
    "https://sellingpilot.newegg.lt/*",
    "https://sellingpilot.newegg.qt/*",
    "https://affiliate-us.tiktok.com/"
  ]
}