淘客易助手

淘客易助手

淘宝客必备,快捷查看销量与传播历史记录、商品库上单信息。官网 www.tky.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "淘客易助手",
  "short_name": "淘客易",
  "description": "淘宝客必备,快捷查看销量与传播历史记录、商品库上单信息。官网 www.tky.com",
  "version": "23.2.15",
  "version_name": "20230215",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.taobao.com/",
    "https://*.tmall.com/",
    "https://*.tmall.hk/",
    "https://*.liangxinyao.com/",
    "https://*.95095.com/"
  ],
  "background": {
    "service_worker": "init.js"
  },
  "icons": {
    "16": "icon64.png",
    "48": "icon64.png",
    "64": "icon64.png",
    "128": "icon64.png"
  },
  "action": {
    "default_icon": "icon64.png",
    "default_title": "淘客易助手",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*item*",
        "*://*/*activityId*"
      ],
      "js": [
        "js/config.js",
        "js/tkeasyPlugin.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "homepage_url": "http://cj.tky.com"
}