亚马逊监控中心 - AMZ123

亚马逊监控中心 - AMZ123

跟卖监控, 差评监控, 店铺上新监控, 产品价格监控。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "亚马逊监控中心 - AMZ123"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://yastatic.net https://mc.yandex.ru; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "icons": {
    "16": "img/icon.png",
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "options_page": "/dashboard/index.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "notifications",
    "activeTab",
    "unlimitedStorage"
  ],
  "short_name": "__MSG_EXTENSION_SHORT_NAME__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.22",
  "web_accessible_resources": [
    "/dashboard/index.html"
  ]
}