Zebra Printing

Zebra Printing

ID: ndikjdigobmbieacjcgomahigeiobhbo

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Active
Version
1.9
Size
0.21 MB
Rating
4.3/5
Reviews
6
Users
9,000
Type
Extension
Updated
Sep 23, 2025
Category
Workflow & planning
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
Daniel NitzView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
1
Active
1
Obsolete
0
Listed
1
Unlisted
0
Total Users
9,000

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1
Screenshot 2

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 A simple example can be found here: https://danielnitz.github.io/zebra-printing-chrome-extension/web-app-example/index.html

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
45
IPv4
1
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
www.apache.org/licenses/LICENSE-2.0http://www.apache.org/licenses/LICENSE-2.0
github.com/jasonmayes/mdl-component-design-patternhttps://github.com/jasonmayes/mdl-component-design-pattern
github.com/darius/requestAnimationFrame/blob/master/requestAnimationFrame.jshttps://github.com/darius/requestAnimationFrame/blob/master/requestAnimationFrame.js
gist.github.com/paulirish/1579671https://gist.github.com/paulirish/1579671
paulirish.com/2011/requestanimationframe-for-smart-animating/http://paulirish.com/2011/requestanimationframe-for-smart-animating/
my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animatinghttp://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
github.com/google/material-design-litehttps://github.com/google/material-design-lite
www.google.com/design/spec/style/color.htmlhttp://www.google.com/design/spec/style/color.html
twitter.com/miketaylr/status/12228805301https://twitter.com/miketaylr/status/12228805301
Showing 1 to 10 of 50 rows
Rows per page:

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

192.168.1.36
IPv4
-

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.