getChuanLainPSI

getChuanLainPSI

協助取得全聯〔進銷存貨況查詢〕資料,可選擇單一廠商或全部商品。 for 全聯 2023/07 上線版本

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "getChuanLainPSI",
  "description": "協助取得全聯〔進銷存貨況查詢〕資料,可選擇單一廠商或全部商品。 for 全聯 2023/07 上線版本",
  "version": "2.21",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://apxm-adv.chuan-lian.com.tw/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/pos_logo_psi_16.png",
      "32": "/images/pos_logo_psi_32.png",
      "48": "/images/pos_logo_psi_48.png",
      "128": "/images/pos_logo_psi_128.png"
    }
  },
  "icons": {
    "16": "/images/pos_logo_psi_16.png",
    "32": "/images/pos_logo_psi_32.png",
    "48": "/images/pos_logo_psi_48.png",
    "128": "/images/pos_logo_psi_128.png"
  }
}