瞬悉 - 跨境&外贸必备运营工具

瞬悉 - 跨境&外贸必备运营工具

i-shunxi.com,跨境&外贸专业工具集,一站式外贸专业服务。接入chatGPT能力,智能分析商品数据,洞察行业商机、抢占流量入口。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.8",
  "manifest_version": 3,
  "name": "__MSG_appKey__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.bundle.js"
      ],
      "css": [
        "styles/content-custom-d9a8a4c8.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_title": "瞬悉",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "image/logo_16.png",
      "32": "image/logo_16.png",
      "48": "image/logo_48.png",
      "128": "image/logo_128.png"
    }
  },
  "icons": {
    "16": "image/logo_16.png",
    "32": "image/logo_16.png",
    "48": "image/logo_48.png",
    "128": "image/logo_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/popup.html",
        "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/fixed.html",
        "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/embedded.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "sandbox": {
    "pages": [
      "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/popup.html",
      "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/fixed.html",
      "https://static01.tobeecloud.com/shunxi-v3-base/prod/sx-sandbox/318/embedded.html"
    ]
  }
}