ZPL printer / JS provider logo

ZPL printer / JS provider

by Alexander NeverovskyDeveloper Tools

Real-time Analytics

Metrics and performance data for ZPL printer / JS provider

Timeframe:

Advanced Analytics

Monthly Growth

Percentage change in user base over the last 30 days compared to previous period

Category Ranking

Current position ranking within the extension category compared to competitors

Install Velocity

Average number of new installations per week based on recent growth trends

Performance Score

Composite score based on rating, review engagement, and user adoption metrics

Version Analytics

Update frequency pattern and time since last version release

Performance Trends

Analytics data over time for ZPL printer / JS provider

Loading analytics data...

About This Extension

Allow to send / print ZPL format commands to network .ZPL printer 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);

Screenshots

1 of 1
ZPL printer / JS provider screenshot 1

Technical Information

Size
17.06KiB
Languages
1 supported
Extension ID
mjecmgchgphe...

Version History

1.1.1
Current Version
Latest
04/20/2023
1.1.0
Previous Version
03/21/2023
1.1.-1
Older Version
02/19/2023