Alma Print Slip

Create a button to print loans slip immediately in Alma ExLibris.

Hvad er Alma Print Slip?

Alma Print Slip er en Chrome-udvidelse udviklet af Roy Zimmer, og dens hovedfunktion er "Create a button to print loans slip immediately in Alma ExLibris.".

Udvidelsesskærmbilleder

screenshot

Download Alma Print Slip-udvidelses-CRX-fil

Download Alma Print Slip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Alma Print Slip Alma Print Slip
ID moallfilhaepegjcnfapjlfofndkaenp
Officiel URL https://chromewebstore.google.com/detail/alma-print-slip/moallfilhaepegjcnfapjlfofndkaenp
Beskrivelse Create a button to print loans slip immediately in Alma ExLibris.
Filstørrelse 10.73 KB
Antal Installationer 51
Nuværende Version 0.9.9
Senest Opdateret 2019-06-06
Udgivelsesdato 2019-06-04
Udvikler Roy Zimmer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}