網翼 蝦皮印單工具

網翼 蝦皮印單工具

蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "網翼 蝦皮印單工具",
  "version": "3.6.7",
  "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",
        "/jquery/hashes.js",
        "/content.bundle.js"
      ],
      "css": [
        "/jquery/jquery-ui.css"
      ],
      "matches": [
        "https://seller.shopee.tw/*",
        "https://account.seller.shopee.com/signin/oauth/*",
        "https://open.shopee.com/authorize*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "printlabel.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3
}