Zebra Printing Chrome Extension

Zebra Printing chrome extension

Zebra Printing for Chrome Download

Zebra Printing chrome extension is Allows to print ZPL to a network connected Zebra printer..

Allows to print zpl to a network connected Zebra printer..
NOTE: This is an extension useful for developers who want to simply print zpl labels directly from their web apps.

Most Zebra Printers have a http post endpoint through which ZPL can be directly printed without the need for an installed driver, print dialogs popping up or other locally installed software.

Unfortunately those printers don't set any CORS headers which makes it impossible to use this HTTP endpoint in modern browser-based apps.

This extension circumvents this issue.

In your web app you can now directly print to Zebra printers by using window.postMessage():

window.postMessage({

type: "zebra_print_label",

zpl: "^XA^PW400^LL200^FO20,20^A0N,30,30^FDThis is a TEST^FS^XZ",

url: "http://192.168.37.36/pstprnt"

}, "*");

The zebra printing extension will listen to those messages and print the zpl to the url.

type: The extension will only pick up messages where the type is zebra_print_label

zpl: The ZPL string to be printed

url: The URL of the printer

The extension will also post a message to the web page upon loading. This way in your web app you can check if the extension is installed:

window.addEventListener("message", function (event) {

if (!event.data.ZebraPrintingVersion) {

return;

}

// extension installed, enable print button or whatever...

console.log(event.data);

});

The event will contain two fields:

ZebraPrintingExtensionId: The extension ID (ndikjdigobmbieacjcgomahigeiobhbo)

ZebraPrintingVersion: The version number of the installed extension

How to install Zebra Printing chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Zebra Printing Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Zebra Printing Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Zebra Printing in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Zebra Printing Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Zebra Printing extension for your Chrome Web browser .

Zebra Printing Chrome extension Download

Looking for a method to Zebra Printing Download for Chrome then this download link is for you.

It is the Zebra Printing Chrome extension download link you can download and install Chrome Browser.

Download Zebra Printing chrome extension (CRX)

Tags: Zebra Printers , Modern Browserbased Apps , Print Zpl Labels , Http Endpoint , Post Message , Test Fs , Zebra Print , Test Fs Xz , Extension Installed , Print Zpl , Enable Print Button , Zebra Printing Extension , Type Zebra Print , Xa Pw400 Ll200 Fo20 , Http Post Endpoint , Installed Extension ,

Zebra Printing Related Chrome Extensions