1688采购助手插件版

1688采购助手插件版

1688平台为做生意的广大用户提供的快捷采购助手,我们目前提供了一键同款比价和旺旺消息通知功能,希望成为您的贴心生意伙伴。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.bdf249cb.png",
    "32": "icon32.plasmo.05bb7f90.png",
    "48": "icon48.plasmo.a32f0d4b.png",
    "64": "icon64.plasmo.0ee4cf32.png",
    "128": "icon128.plasmo.be4ef7c1.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bdf249cb.png",
      "32": "icon32.plasmo.05bb7f90.png",
      "48": "icon48.plasmo.a32f0d4b.png",
      "64": "icon64.plasmo.0ee4cf32.png",
      "128": "icon128.plasmo.be4ef7c1.png"
    }
  },
  "version": "0.1.18",
  "author": "xiejiafeng.xjf",
  "name": "1688采购助手插件版",
  "description": "1688平台为做生意的广大用户提供的快捷采购助手,我们目前提供了一键同款比价和旺旺消息通知功能,希望成为您的贴心生意伙伴。",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "alarms",
    "webNavigation",
    "contextMenus",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "allWebsite.e084e880.js"
      ],
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "https://detail.1688.com/*"
      ],
      "js": [
        "detailPanel.ba624b85.js"
      ],
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "https://www.taobao.com/*",
        "https://s.taobao.com/*",
        "https://item.taobao.com/*",
        "https://pifa.pinduoduo.com/*",
        "https://www.amazon.cn/*",
        "https://www.amazon.com/*",
        "https://www.jd.com/*",
        "https://search.jd.com/*",
        "https://item.jd.com/*",
        "https://www.tmall.com/*",
        "https://chaoshi.detail.tmall.com/*",
        "https://detail.tmall.com/*",
        "https://detail.tmall.hk/*",
        "https://www.pinduoduo.com/*"
      ],
      "js": [
        "insertDom.366eca4f.js"
      ],
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "FloatingAssistant.d52f9211.js"
      ],
      "css": [
        "font.02aa5140.css"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://*/*",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.1688.com/*"
    ]
  },
  "commands": {
    "screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "一键截图找同款"
    }
  }
}