ZPL printer / JS provider
Allow to send / print ZPL format commands to network .ZPL printer
As of May 2026, ZPL printer / JS provider has 302 users in the Developer Tools category.
Usersdown 5.3 percent−5.3%
302
302
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.1.1
Manifest V3
History
2 snapshotsTracking since Apr 24, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 24, 2026 | 319 | — | — | 1.1.1 |
| May 19, 2026 | 316 | — | — | 1.1.1 |
| Now | 302 | — | — | 1.1.1 |
Permissions & access
- Permissions
- None declared
- Host access
- None declared
Screenshots
About
Allow to print any raw data from JavaScript at any opened page directly to any .ZPL printer like Zebra
Usage:
Print barcode 1234567
window.postMessage(
{
type: "zpl",
cmd: "print",
printer: 'http://127.0.0.1:9100',
raw: "^XA^FO50,50^B8N,100,Y,N^FD1234567^FS^XZ"
});
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);Technical
- Version
- 1.1.1
- Manifest
- V3
- Size
- 17.06KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- mjecmgchgphemimdojlcfhkkniibojgg
- Developer ID
- ube5c5c8b47a11da86821d8b6df2e3d78
- Developer Email
- [email protected]
- Created
- Aug 6, 2022
- Last Updated (Store)
- Apr 20, 2023
- Last Scraped
- May 19, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to ZPL printer / JS provider, ranked by description similarity.
Ninja Remote Printer
This extension allows direct printing, useful for warehouse applications
136
ZPL emulator
A basic emulator that can convert ZPL text to png images and pdf files
613
★ 1.0
Zpl Printer
Printer emulator for zpl rendering engine.
20.0K
★ 4.1
Print Extension
Extension to print HTML data from a web app Directly
71
★ 5.0
Ninja Printer
Westwing printing solution
586
★ 2.3
HTTP Request Toggle
This extension allows you to send HTTP POST requests to the tab origin site on press or using a Ctrl+Shift+Z shortcut. Particularly…
11
Print Fast
Allows applications and websites to send print data to the Windows Print Fast application for thermal printing.
42
Smart EMS Native Extension
Smart EMS Native Extension - Native Message Broker
61
★ 5.0
Data sourced from the Chrome Web Store · last verified May 19, 2026.