Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
What is Alma Print Slip?
Alma Print Slip is a Chrome extension developed by Roy Zimmer, and its main feature is "Create a button to print loans slip immediately in Alma ExLibris.".
Extension Screenshots
Download Alma Print Slip Extension CRX File
Download Alma Print Slip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Alma Print Slip |
ID | moallfilhaepegjcnfapjlfofndkaenp |
Official URL | https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp |
Description | Create a button to print loans slip immediately in Alma ExLibris. |
File Size | 10.73 KB |
Installation Count | 51 |
Current Version | 0.9.9 |
Last Updated | 2019-06-06 |
Publish Date | 2019-06-04 |
Developer | Roy Zimmer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |