VM Zebra Printer

Allows Valet Manager websites to print labels and tags to network connected Zebra Printers.

VM Zebra Printerคืออะไร?

VM Zebra Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://valet-manager.com และคุณลักษณะหลักของมันคือ "Allows Valet Manager websites to print labels and tags to network connected Zebra Printers."

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

screenshot

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

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

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

                        Allows Valet Manager websites to print labels and tags to network connected Zebra Printers.  This extension acts as a relay between Valet Manager websites and local network connected Zebra Printers.  Without this extension, you can not print vehicle windshield stickers or coupons from Valet Manager websites.  Requires a network connected Zebra ZT230, ZD500R, ZD420, GK420, or similar model printer.

Updates:
- Improve connection for ZD500Rs                    

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

ชื่อ VM Zebra Printer VM Zebra Printer
ID negkolohppnclgkilkoacenohghpnkec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vm-zebra-printer/negkolohppnclgkilkoacenohghpnkec
คำอธิบาย Allows Valet Manager websites to print labels and tags to network connected Zebra Printers.
ขนาดไฟล์ 59.35 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2021-12-21
ผู้พัฒนา https://valet-manager.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.valet-manager.com
URL หน้าช่วยเหลือ https://help.valet-manager.com
URL หน้านโยบายความเป็นส่วนตัว https://www.valet-manager.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VM Zebra Printer",
    "version": "1.0.3",
    "description": "Allows Valet Manager websites to print labels and tags to network connected Zebra Printers.",
    "author": "kvvignesh",
    "permissions": [
        "background",
        "declarativeContent",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*.valetmanager.com\/*",
        "http:\/\/*.valet-manager.com\/*",
        "https:\/\/*.valetmanager.com\/*",
        "https:\/\/*.valet-manager.com\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": ".\/images\/icon16.png",
        "19": ".\/images\/icon19.png",
        "32": ".\/images\/icon32.png",
        "38": ".\/images\/icon38.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_title": "VM Zebra Printer",
        "default_popup": ".\/html\/popup.html",
        "default_icon": {
            "16": ".\/images\/icon16.png"
        }
    },
    "background": {
        "service_worker": ".\/js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.valetmanager.com\/*",
                "http:\/\/*.valet-manager.com\/*",
                "https:\/\/*.valetmanager.com\/*",
                "https:\/\/*.valet-manager.com\/*"
            ],
            "js": [
                ".\/js\/content-script.js"
            ]
        }
    ]
}