Alma Print Slip
Create a button to print loans slip immediately in Alma ExLibris.
Alma Print Slipคืออะไร?
Alma Print Slip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roy Zimmer และคุณลักษณะหลักของมันคือ "Create a button to print loans slip immediately in Alma ExLibris."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alma Print Slip
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |