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 |
官方網址 | 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" } } |