電商印單小幫手

電商印單小幫手

電商印單小幫手 (Delivery Order)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "電商印單小幫手 (Delivery Order)",
  "version": "4.4.6",
  "name": "電商印單小幫手",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "電商印單小幫手",
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "https://epayment.7-11.com.tw/",
    "https://deliveryorder-b9b84.firebaseapp.com/",
    "cookies",
    "*://*.shopee.tw/"
  ]
}