Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
什么是Alma Print Slip?
Alma Print Slip是由Roy Zimmer开发的Chrome扩展程序,该扩展的主要功能是“Create a button to print loans slip immediately in Alma ExLibris.”。
扩展截图
下载Alma Print Slip扩展crx文件
下载Alma Print Slip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Alma Print Slip |
ID | moallfilhaepegjcnfapjlfofndkaenp |
官方URL | https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp |
简介 | Create a button to print loans slip immediately in Alma ExLibris. |
文件大小 | 10.73 KB |
安装次数 | 51 |
当前版本 | 0.9.9 |
更新时间 | 2019-06-06 |
上架时间 | 2019-06-04 |
开发者 | Roy Zimmer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |