阿靳 平台資訊同步工具

阿靳 平台資訊同步工具

同步平台資訊至阿靳電商經營工具

Additional files are visible only to premium users

manifest.json


{
  "name": "阿靳 平台資訊同步工具",
  "version": "1.1.1",
  "description": "同步平台資訊至阿靳電商經營工具",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "/popup/popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/jquery/jquery-1.11.1.min.js",
        "/jquery/jquery-ui.js",
        "/content.bundle.js",
        "/jquery/aes.js"
      ],
      "css": [],
      "matches": [
        "https://seller.shopee.tw/*"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3
}