bcnknamlcebjokfngpklkflckibnobak
Integrates your network connected zebra printer with the HieCOR Software. Paired with your HieCOR subscription, this application will allow you to integrate your zebra printer and print barcodes with the HieCOR application.
Chefi Print
Imprime desde tu POS Chefi Extensión para conectar la impresora a tú POS. Chefi Print te permite imprimir recibos y comandas desde el sistema POS Chefi. Al instalar podrás imprimir enviado directamente a las impresoras térmicas que tengas instaladas en tu computador.
ZPL printer / JS provider
Allow to print any raw data from JavaScript at any opened page directly to any .ZPL printer like Zebra Listen extension: window.addEventListener("message", function (event){ if (event.data && event.data.type && event.data.type == 'from_zpl_ext') { // receive version of extension if exists if (event.data.cmd === 'version') { ZPL_EXTENSION_VERSION = event.data.value; return; } // receive status of printing if (event.data.cmd === 'status') { console.log(event.data) return; } } }, false);
ZPL emulator
A basic emulator that can convert ZPL text to png images and pdf files Utilizes the labelary API to convert raw ZPL text into an image, all within a convenient popup. It allows for label width, height, and dpmm adjustment, and provides easy png and pdf download options. While other emulators are locked to chrome OS, this one can run in any chrome browser. It doesn't yet have the ability to receive print data directly, and requires copy-pasting the ZPL text for now. If you'd like a system that can consume zpl directly from a browser print let me know in the comments.
VM Zebra Printer
Allows Valet Manager websites to print labels and tags to network connected Zebra Printers. 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