Công cụ lưu trữ sản phẩm taobao, tmall, 1688

Công cụ lưu trữ sản phẩm taobao, tmall, 1688

Công cụ lưu trữ thông tin sản phẩm trên các website taobao, tmall, 1688 về hệ thống phân tích sản phẩm của Gobiz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Công cụ lưu trữ sản phẩm taobao, tmall, 1688",
  "description": "Công cụ lưu trữ thông tin sản phẩm trên các website taobao, tmall, 1688 về hệ thống phân tích sản phẩm của Gobiz",
  "version": "0.1.0",
  "icons": {
    "128": "img/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://browser.sentry-cdn.com; object-src 'self'"
}