亚马逊Listing商标检测 by Tool4seller

亚马逊Listing商标检测 by Tool4seller

亚马逊Listing商标检测 by Tool4seller

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.0.0",
  "description": "亚马逊Listing商标检测 by Tool4seller",
  "default_locale": "en",
  "short_name": "tool4seller",
  "permissions": [
    "cookies",
    "tabs",
    "activeTab",
    "https://das.tool4seller.com/",
    "https://das.tool4seller.cn/",
    "https://das-server.tool4seller.com/",
    "https://das-server.tool4seller.cn/",
    "https://www.tool4seller.cn/",
    "https://www.ite.tool4seller.cn/",
    "https://www.tool4seller.com/",
    "https://www.ite.tool4seller.com/",
    "https://das-server.ite.tool4seller.cn/",
    "https://das-server.ite.tool4seller.com/",
    "https://das.tool4seller.com/",
    "https://das.tool4seller.cn/",
    "https://das-server.tool4seller.com/"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "scripts/google-analytics.js",
      "js/background.js",
      "js/chunk-vendors.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "亚马逊Listing商标检测 by Tool4seller",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://merch.amazon.com/*",
        "https://www.amazon.com/*"
      ],
      "js": [
        "js/chunk-vendors.js",
        "js/trademarkCheck.js"
      ],
      "css": [
        "css/trademarkCheck.css",
        "css/chunk-vendors.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "fonts/*",
    "images/*"
  ],
  "manifest_version": 2,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens pop"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}