Shopee Seller+

Shopee Seller+

Great tools for Shopee Seller. Ad keywords intelligent automatic price adjustment, batch import, Pruduct Campaign nomination on…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "zh_CN",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0.0.14",
  "permissions": [
    "storage",
    "activeTab",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://shopee.tw/*",
    "https://xiapi.xiapibuy.com/*",
    "https://shopee.sg/*",
    "https://sg.xiapibuy.com/*",
    "https://shopee.co.th/*",
    "https://th.xiapibuy.com/*",
    "https://shopee.vn/*",
    "https://vn.xiapibuy.com/*",
    "https://shopee.co.id/*",
    "https://id.xiapibuy.com/*",
    "https://shopee.com.my/*",
    "https://my.xiapibuy.com/*",
    "https://shopee.ph/*",
    "https://ph.xiapibuy.com/*",
    "https://shopee.com.br/*",
    "https://br.xiapibuy.com/*"
  ],
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "action": {
    "default_popup": "coms/action/index.html",
    "default_icon": "images/16.png",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "matches": [
        "https://seller.shopee.cn/*"
      ],
      "css": [
        "coms/content/main.css"
      ],
      "js": [
        "coms/content/main.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}