Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
Qu'est-ce que Alma Print Slip ?
Alma Print Slip est une extension Chrome développée par Roy Zimmer, et sa fonction principale est "Create a button to print loans slip immediately in Alma ExLibris.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alma Print Slip
Téléchargez les fichiers d'extension Alma Print Slip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Alma Print Slip |
ID | moallfilhaepegjcnfapjlfofndkaenp |
URL Officiel | https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp |
Description | Create a button to print loans slip immediately in Alma ExLibris. |
Taille du Fichier | 10.73 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.9.9 |
Dernière Mise à Jour | 2019-06-06 |
Date de Publication | 2019-06-04 |
Développeur | Roy Zimmer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |