Zebra Printer

Print to zebra printers from the web

Zebra Printerคืออะไร?

Zebra Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Project Consulting UK และคุณลักษณะหลักของมันคือ "Print to zebra printers from the web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zebra Printer

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

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

                        Enable a developer to post ZPL to a Zebra label printer on the local network.

This extension allows developers to print ZPL labels directly from the web, via HTTP POST                    

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

ชื่อ Zebra Printer Zebra Printer
ID jjelffefampmaekfacjlhkacbnggbceg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zebra-printer/jjelffefampmaekfacjlhkacbnggbceg
คำอธิบาย Print to zebra printers from the web
ขนาดไฟล์ 9.01 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-09-30
วันที่เผยแพร่ 2021-09-30
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Project Consulting UK
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.ilovemeetandgreet.co.uk/about-us/i-love-policies/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zebra Printer",
    "description": "Print to zebra printers from the web",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "\/images\/zebraPrinter16.png",
        "32": "\/images\/zebraPrinter32.png",
        "48": "\/images\/zebraPrinter48.png",
        "128": "\/images\/zebraPrinter128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.ilovemeetandgreet.co.uk\/*"
        ]
    }
}