Epson Print Admin Client

Chrome Extension for Epson Print Admin

Epson Print Admin Clientคืออะไร?

Epson Print Admin Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seiko Epson Corporation และคุณลักษณะหลักของมันคือ "Chrome Extension for Epson Print Admin"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epson Print Admin Client

ดาวน์โหลดไฟล์ส่วนขยาย Epson Print Admin Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to print from Chromebooks using Epson Print Admin.
You need to purchase Epson Print Admin to use this service.

[About Epson Print Admin]
Epson Print Admin provides a secure and efficient environment that allows you to use printers on office and school networks.
We provide three main solutions.

- Improving security
   Only authenticated users are allowed to print. This prevents confidential documents from being removed and printed materials from getting mixed up.

- Contributing to cost reduction
    Printing the document right in front of the printer after selecting it from the job list reduces wasteful printing caused by leaving documents unattended.

- Streamlining business
  You can print from any printers that have been set up in Epson Print Admin, thereby reducing the queue for printing.

[How To]
 See the User’s Guide for details.

[Supported Operating Systems]
ChromeOS v.110 or later

Emails received through "Contact the developer" and other channels will be used to improve our services in the future. Unfortunately, we are unable to respond to individual inquiries.

Visit the following website to check the license agreement regarding the use of this app.
https://support.epson.net/eula/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Epson Print Admin Client Epson Print Admin Client
ID khbeeekdfjgdecfmdgcebclibcdfbhef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epson-print-admin-client/khbeeekdfjgdecfmdgcebclibcdfbhef
คำอธิบาย Chrome Extension for Epson Print Admin
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 415
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2023-11-11
วันที่เผยแพร่ 2023-11-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Seiko Epson Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://support.epson.net/appinfo/epsonprintadminclient/privacy_changer.html
ภาษาที่รองรับ de,en,en-US,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epson Print Admin Client",
    "description": "Chrome Extension for Epson Print Admin",
    "version": "1.0.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": ".\/html\/open_extension.html"
    },
    "permissions": [
        "background",
        "printerProvider",
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/images\/app_icon_16.png",
        "64": ".\/images\/app_icon_48.png",
        "128": ".\/images\/app_icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/js\/printing.js",
                ".\/js\/printer.js",
                ".\/js\/printing_definitions.js",
                ".\/js\/open_extension.js",
                ".\/js\/register_account_info.js",
                ".\/js\/register_definitions.js",
                ".\/js\/approve_EULA.js",
                ".\/images\/app_icon_16.png",
                ".\/images\/app_icon_48.png",
                ".\/images\/app_icon_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "110"
}