getChuanLainPSI_V1

getChuanLainPSI_V1

協助取得全聯代送商進銷存資料,可選擇單一廠商或全部商品。 全聯2023/07前的舊介面。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "getChuanLainPSI_V1",
  "description": "協助取得全聯代送商進銷存資料,可選擇單一廠商或全部商品。 全聯2023/07前的舊介面。",
  "version": "1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.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_16.png",
      "32": "/images/pos_logo_32.png",
      "48": "/images/pos_logo_48.png",
      "128": "/images/pos_logo_128.png"
    }
  },
  "icons": {
    "16": "/images/pos_logo_16.png",
    "32": "/images/pos_logo_32.png",
    "48": "/images/pos_logo_48.png",
    "128": "/images/pos_logo_128.png"
  }
}