Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
Was ist Alma Print Slip?
Alma Print Slip ist eine Chrome-Erweiterung, die von Roy Zimmer entwickelt wurde, und ihr Hauptmerkmal ist "Create a button to print loans slip immediately in Alma ExLibris.".
Erweiterungsscreenshots
Alma Print Slip-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alma Print Slip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a "Print the Receipt" button to the ALma "Manage Patron Services" page. The receipt will be printed almost immediately, bypassing the email printing method routinely used. Printing occurs on the local (your computer) default printer
Grundlegende Informationen zur Erweiterung
Name | Alma Print Slip |
ID | moallfilhaepegjcnfapjlfofndkaenp |
Offizielle URL | https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp |
Beschreibung | Create a button to print loans slip immediately in Alma ExLibris. |
Dateigröße | 10.73 KB |
Installationsanzahl | 51 |
Aktuelle Version | 0.9.9 |
Letztes Update | 2019-06-06 |
Veröffentlichungsdatum | 2019-06-04 |
Entwickler | Roy Zimmer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alma Print Slip", "version": "0.9.9", "author": "Nazzareno Bedini - Universit\u00e0 di Pisa, modified for Western Michigan University by Roy Zimmer and Rohit Bandooni", "description": "Create a button to print loans slip immediately in Alma ExLibris.", "homepage_url": "https:\/\/github.com\/bediniupi\/Alma-print-slip", "icons": { "48": "icons\/alma_slip-48.png", "96": "icons\/alma_slip-96.png" }, "permissions": [ "activeTab", "*:\/\/*.alma.exlibrisgroup.com\/*", "webRequest", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/alma_slip-48.png", "96": "icons\/alma_slip-96.png" }, "default_title": "Alma Print Slip" }, "options_ui": { "page": "configure_slip.html" } } |