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."입니다.

확장 프로그램 스크린샷

screenshot

Alma Print Slip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}