联昇软件-外贸必备运营工具

联昇软件-外贸必备运营工具

联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "联昇软件-外贸必备运营工具",
  "version": "2.0.16",
  "manifest_version": 3,
  "description": "联昇软件是一款针对阿里巴巴国际站用户提效的工具集 支持Alibaba,提供商品采集、店铺分析、多国家查排名、访客分析、客源挖掘、反查流量词、主图导出等功能。",
  "background": {
    "type": "module",
    "service_worker": "background/main.js"
  },
  "icons": {
    "48": "icon_48.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.alibaba.com/*",
        "https://*.alibaba.com/*",
        "https://www2.alibaba.com/*",
        "http://localhost:5173/*",
        "http://site.big-sight.com/sysiot-spider-user/*",
        "http://spider.lianshengdata.com/*",
        "http://localhost:8080/*"
      ],
      "exclude_matches": [
        "https://profile.alibaba.com/profile/detail_buyer_select.htm#/",
        "https://post.alibaba.com/product/*"
      ],
      "js": [
        "index.js",
        "main/js/chunk-vendors.js",
        "main/js/app.js",
        "tools/axios.min.js",
        "tools/echarts.min.js",
        "tools/getValueByCode.js"
      ],
      "css": [
        "main/css/app.css",
        "main/css/chunk-vendors.css",
        "main/awesomefont/all.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "cookies",
    "alarms",
    "declarativeNetRequest",
    "https://*.alibaba.com/*",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "https://www2.alibaba.com/*",
    "https://message.alibaba.com/*",
    "http://spider.lianshengdata.com/*",
    "http://192.168.0.107:8080/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://uspeed.artsoft.co/*",
      "http://spider.lianshengdata.com/*",
      "http://www.lianshengdata.com/*",
      "http://193.112.181.21/*",
      "https://spider.iexam.mobi/*",
      "http://localhost:5173/*",
      "http://localhost:5174/*",
      "http://192.168.0.107:8080/*",
      "http://192.168.0.109:8080/*"
    ]
  }
}