lcgedalooikcmbagjajligjhbohjgjam
This browser extension enables a seamless one-click desktop printing integration for Irongate Solution’s could platform. Irongate Cloud Print Client is a Chrome extension dedicated tool designed to enhance the printing workflow for users of the Irongate platform. This extension simplifies the process by retrieving the print files and passing it to the PC print driver for automated printing. The extension is secure, efficient, and built with user convenience in mind, operating strictly within the scope of its defined purpose. In order to utilize the capabilities of this extension you have to be an existing client of Irongate Solutions cloud platform. Please visit www.irongatesolutions.com.au for more information.
Auto Open Print Dialog
Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under… Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under options), and if so, automatically opens the printer dialog prompt for the user to print the document.
Print Fast
Allows applications and websites to send print data to the Windows Print Fast application for thermal printing. 🖨️ Print Fast is a Google Chrome extension that enables any web application or website to send print data directly to the Print Fast Windows application for local thermal printing. ⚡ Printing can be done manually or automatically, always under user control, without using the browser's standard printing features, making the process faster and more efficient. 🌐 Print Fast is compatible with: • Web applications built with any framework • SaaS platforms • Bubble.io applications • WordPress, Wix, or custom-built systems • Internal systems and dashboards • WhatsApp Web with integrated print button • The Print Fast Chrome Extension • The Print Fast Windows Application installed locally • Integration via the Print Fast Bubble Plugin or Web Integration Code These components work together to create secure local communication between your web system and the thermal printer installed on the user’s computer. 🎯 Who Is Print Fast For? 👨💼 Professionals Generate receipts, tickets, kitchen orders, vouchers, and labels directly from your system. 🎓 Students Test and validate real-world printing workflows in academic or experimental projects. 🧑💻 Developers and Agencies Integrate direct printing into client systems such as POS, delivery platforms, ERPs, CRMs, and SaaS products. • Direct printing without browser preview • Manual or controlled automatic printing modes • WhatsApp Web print button support • Compatible with 58mm and 80mm paper • Local COM port communication • Unlimited prints • No API key consumption • Easy integration • Works with any web-based system • Compatible only with thermal printers configured on a COM port in Windows. • Does not work with printers connected only via USB without a virtual COM port.
Zebra Printing
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. This extension circumvents this issue. In your web app you can now directly print to Zebra printers by using window.postMessage(): 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 https://danielnitz.github.io/zebra-printing-chrome-extension/web-app-example/index.html
Print All Tabs Automatically (with Counter)
Prints all tabs to pdf/printer automatically with auto-close and tab counter. Print All Tabs to Printer (with Tab Counter) — Quick-Print All Your Selected tabs with Chrome's Kiosk mode! This extension makes it easy to print all your open Chrome tabs — PDF or Paper — or just the select tabs — in just a few clicks. 🔹 What It Does: Print all or selected tabs with one button. Shows how many tabs are currently open, so you can count your files. ⚠️ Before You Start: Make sure Chrome's Print Preview looks correct: ✅ Set up your default printer with margin/zoom in Chrome's print preview. ✅ Re-Launch Chrome with --kiosk-printing in shortcut properties (add --kiosk if needed). 💡 Tip: Right-click your Chrome shortcut → Properties → add --kiosk-printing to the target line.