Olorin Auto-Printer Firefox

Olorin Auto-Printer

Silent receipt and label printing for web apps like the Koha ILS, via the Olorin Companion App.

Features & Capabilities

  1. The web application embeds a print button — in Koha, notice/slip templates carry it:
html <button id="webPrint" data-printer="receipt_printer" data-print="#receipt">Print</button>

data-printer names one of five logical printers — receipt_printer, sticker_printer, paper_printer, full_sheet_printer, label_printer — and data-print is a CSS selector for the element whose contents should print. Any element with the olorinPlugin class works the same way.

  1. Wrap the printable part of the slip:
html <span id="receipt"> ... slip content ... </span>
  1. To print automatically when the page loads, trigger a click on the button from the page's own JavaScript. In Koha that means setting the IntranetSlipPrinterJS system preference to:
javascript setTimeout(function () { $("#webPrint").trigger("click"); }, 1000);

(Any page script that dispatches a real click works — jQuery is not required.)

  1. The extension's options page maps each logical printer to a real OS printer, with per-printer page size, margins, orientation, number of copies, and duplex (long edge / short edge) mode. Settings are stored by the companion app, so they are shared by every browser on the machine.
Pages can react to print outcomes by listening for a DOM event:

document.addEventListener("olorin:print-result", (e) => console.log(e.detail)); // e.detail = { success: true } or { success: false, error: "..." }

User Growth & Download Statistics

Manifest V3 Add-on
By:
Kyle Hall
Daily users:
-
Version:
2.0.0 Last updated: 2026-07-25
Version code:
6369423
Creation date:
2026-07-22
Risk:
Moderate risk impact High risk likelihood
Host permissions:
  • http://localhost:9696/*
  • ws://localhost:9696/*
Content scripts matches:
  • <all_urls>
Size:
41.93KB
Email:
ol*****@kylehall.info
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-07-28
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Kyle Hall
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/olorin-auto-printer/
Email:
ol*****@kylehall.info
Website:
https://github.com/olorin-auto-printer

Is Olorin Auto-Printer Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Olorin Auto-Printer requires a few sensitive permissions. Exercise caution before installing.

Risk impact analysis details
  • Critical Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
  • High ******* ******* **** *** ****** ***** *** ***** ** ******* **** ********* ********* ** * *********** *****
  • Low ******* ****** ** *** ********* ******** *********
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Olorin Auto-Printer is recently added, and hasn't been around long enough for us to gather enough data to accurately assess its risk level.

Risk likelihood analysis details
  • High This extension was recently updated in the past month. New updates may not be stable or safe.
  • High **** ********* *** ******** ****** *** ********** *** *** ** ****** ** *****
  • High **** ********* *** *** **** ****** ********* ********** *** *** ** ****** ** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Olorin Auto-Printer Alternatives

Here are some Firefox add-ons that are similar to Olorin Auto-Printer: