Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
Wat is Alma Print Slip?
Alma Print Slip is een Chrome-extensie ontwikkeld door Roy Zimmer, en de belangrijkste functie is "Create a button to print loans slip immediately in Alma ExLibris.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alma Print Slip
Download Alma Print Slip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Alma Print Slip |
ID | moallfilhaepegjcnfapjlfofndkaenp |
Officiële URL | https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp |
Beschrijving | Create a button to print loans slip immediately in Alma ExLibris. |
Bestandsgrootte | 10.73 KB |
Aantal Installaties | 51 |
Huidige Versie | 0.9.9 |
Laatst Bijgewerkt | 2019-06-06 |
Publicatiedatum | 2019-06-04 |
Ontwikkelaar | Roy Zimmer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |