AutoShopee Kit

AutoShopee Kit

Giải pháp cho nhà bán hàng Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "name": "AutoShopee Kit",
  "short_name": "AutoShopee Kit",
  "author": "AutoShopee Team",
  "default_locale": "vi",
  "manifest_version": 2,
  "description": "Giải pháp cho nhà bán hàng Shopee",
  "homepage_url": "https://autoshopee.com",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "AutoShopee Kit",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://shopee.vn/*"
      ],
      "js": [
        "js/content/shopee/main.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://banhang.shopee.vn/*"
      ],
      "js": [
        "js/content/shopee/seller.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://banhang.shopee.vn/portal/sale/order/*"
      ],
      "js": [
        "js/content/shopee/order.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://banhang.shopee.vn/portal/marketing/*"
      ],
      "js": [
        "js/content/shopee/marketing.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://live.shopee.vn/*"
      ],
      "js": [
        "js/content/shopee/live.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://banhang.shopee.vn/portal/marketing/pas/*"
      ],
      "js": [
        "js/content/shopee/ads.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://banhang.shopee.vn/webchat/*"
      ],
      "js": [
        "js/content/shopee/chat.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://tiki.vn/*"
      ],
      "js": [
        "js/content/tiki/main.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://seller-vn.tiktok.com/*"
      ],
      "js": [
        "js/content/tiktok/main.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://ban.sendo.vn/*"
      ],
      "js": [
        "js/content/sendo/main.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://lazada.vn/*",
        "https://www.lazada.vn/*"
      ],
      "js": [
        "js/content/lazada/main.js"
      ],
      "css": []
    }
  ],
  "omnibox": {
    "keyword": "autoshopee"
  },
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.autoshopee.com/*",
    "*://*.shopee.vn/*",
    "*://*.tiktok.vn/*",
    "*://*.lazada.vn/*",
    "*://*.sendo.vn/*",
    "*://*.tiki.vn/*"
  ],
  "version": "2.7.5",
  "incognito": "split"
}