蝦皮賣家輔助工具Beta版

蝦皮賣家輔助工具Beta版

列印蝦皮訂單

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "蝦皮賣家輔助工具Beta版",
  "description": "列印蝦皮訂單",
  "version": "1.0.0",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "notifications"
  ],
  "content_scripts": [
    {
      "comment": "擷取送貨單資料/嵌入送貨單資料",
      "matches": [
        "https://seller.shopee.tw/portal/sale*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "toship_app.js"
      ],
      "css": [
        "toship_app.css"
      ]
    },
    {
      "comment": "全家單張送貨單",
      "matches": [
        "https://external2.shopee.tw/ext/familymart/OrderPrint/OrderPrint.aspx",
        "http://external2.shopee.tw/ext/familymart/OrderPrint/OrderPrint.aspx"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "familymart/familymart.css"
      ]
    },
    {
      "comment": "全家多張送貨單",
      "matches": [
        "https://external2.shopee.tw/ext/familymart/OrdersPrint/OrdersPrint.aspx",
        "http://external2.shopee.tw/ext/familymart/OrdersPrint/OrdersPrint.aspx"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "familymart/familymart_multi_open_app.js"
      ],
      "css": [
        "familymart/familymart.css"
      ]
    },
    {
      "comment": "用來直接打開單張全家送貨單",
      "matches": [
        "https://mybid.ruten.com.tw/deliver/sel_cvs_store.php?t_no=*"
      ],
      "js": [
        "familymart/familymart_open_app.js"
      ]
    },
    {
      "comment": "7-11單張送貨單",
      "matches": [
        "https://epayment.7-11.com.tw/C2C/C2CWeb/PrintC2CPinCode.aspx"
      ],
      "js": [
        "app.js"
      ]
    },
    {
      "comment": "用來直接打開單張7-11送貨單",
      "matches": [
        "https://epayment.7-11.com.tw/C2C/C2CWeb/C2C.aspx"
      ],
      "js": [
        "7_11/7_11_open_app.js"
      ]
    },
    {
      "comment": "7-11多張送貨單",
      "matches": [
        "https://epayment.7-11.com.tw/C2C/C2CWeb/MultiplePrintC2CPinCode.aspx"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "7_11/7_11_multi_open_app.js"
      ],
      "css": [
        "7_11/7_11.css"
      ]
    },
    {
      "comment": "萊爾富單張送貨單",
      "matches": [
        "https://external2.shopee.tw/ext/hilife/live/ec_vendorPrnC2C.aspx*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "hilife/hilife_app.js"
      ],
      "css": [
        "hilife/hilife.css"
      ]
    }
  ]
}