Sorftime Save

Sorftime Save

辅助亚马逊卖家产品调研及运营。10大图表直观展示类目产品销量、新品、市场竞争垄断性及售后风险等。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Sorftime Save",
  "version": "1.2.4.1",
  "author": "Sorftime",
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "48": "content/img/icons/i48.png",
      "64": "content/img/icons/i64.png",
      "128": "content/img/icons/i128.png"
    },
    "default_title": "Sorftime Save",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/js/jquery-3.5.0.min.js",
        "content.js"
      ],
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amzn.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.it/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.es/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.in/*",
        "*://*.amazon.ae/*",
        "*://*.amazon.com.au/*",
        "*://www.walmart.com/*",
        "*://save.sorftime.com/plugCollection*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "content/js/*",
    "manifest.json",
    "content/img/*"
  ],
  "default_locale": "zh_CN",
  "description": "辅助亚马逊卖家产品调研及运营。10大图表直观展示类目产品销量、新品、市场竞争垄断性及售后风险等。",
  "homepage_url": "https://www.sorftime.com",
  "icons": {
    "16": "content/img/icons/i16.png",
    "32": "content/img/icons/i32.png",
    "48": "content/img/icons/i48.png",
    "64": "content/img/icons/i64.png",
    "100": "content/img/icons/i100.png",
    "128": "content/img/icons/i128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*.sorftime.com/*",
    "*://*.amazon.com/*",
    "*://*.amzn.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.it/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.es/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.in/*",
    "*://*.amazon.ae/*",
    "*://*.amazon.com.au/*",
    "*://www.walmart.com/*",
    "https://save.sorftime.com/*",
    "*://*/plugCollection*"
  ],
  "short_name": "Sorftime",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}