AlmaTechPlus

Enhance productivity and experience for Alma library systems users

Τι είναι το AlmaTechPlus;

Το AlmaTechPlus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Technion library information systems, και η κύρια λειτουργία του είναι "Enhance productivity and experience for Alma library systems users".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AlmaTechPlus

Λήψη αρχείων επέκτασης AlmaTechPlus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AlmaTechPlus is a Chrome extension that enhance Alma library system.
It was originally developed by the Technion's central library IT team for internal use and later shared with the Alma community.

The extension adds the following feature (previous functionality is no longer supported):
Scan bar-code from student or employee card - This feature converts a 12 digits bar-code into a valid 9 digits Israeli ID. A logic based algorithm validates the ID prior to submitting it back to Alma patron search.
Contact us to add your institution conversion logic.

Release Notes
4.3.3 - 14-Dec-22 Support for Kibbutzim College
4.3.2 - 11-Dec-22 Support for Ruppin
4.3.0 - 3-Nov-22 Major cleanup, permissions removed
4.1.2 - 77-Jul-22 Scan barcode id for TLV
4.0.2 - 21-Apr-21 Move launch button to 
4.0.1 - 27-Aug-20 support for Alma new UI
3.3.5 - 08-Aug-19 Add support to print physical Alma set in LIBstick
3.3.3 - 11-Jul-19 Bug fixing 
3.3.0 - 14-Oct-18 New barcode scan logic for Interdisciplinary Center Herzliya 
3.2.1 - 06-Jul-18 Fix bug in multiple delete
3.1.1 - 05-Jun-18 Fix object name in multiple delete
3.1.0 - 06-May-18 Delete multiple fields feature. Confirmation screen for copy & paste. 
Configuration is stored per environment, meaning production and sandbox can each be configured as required.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AlmaTechPlus AlmaTechPlus
ID ppeconhjdipenanjfhoffclaonhdakpd
Επίσημο URL https://chromewebstore.google.com/detail/almatechplus/ppeconhjdipenanjfhoffclaonhdakpd
Περιγραφή Enhance productivity and experience for Alma library systems users
Μέγεθος Αρχείου 89.21 KB
Αριθμός Εγκαταστάσεων 176
Τρέχουσα Έκδοση 4.3.3
Τελευταία Ενημέρωση 2022-12-14
Ημερομηνία Δημοσίευσης 2019-08-08
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Technion library information systems
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://library.technion.ac.il/
URL της Σελίδας Πολιτικής Απορρήτου https://www.libstick.org/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlmaTechPlus",
    "short_name": "AlmaTechPlus",
    "version": "4.3.3",
    "manifest_version": 3,
    "description": "Enhance productivity and experience for Alma library systems users",
    "homepage_url": "https:\/\/technion.alma.exlibrisgroup.com\/SAML",
    "host_permissions": [
        "https:\/\/*.exlibrisgroup.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/runtime.css",
                "src\/alert.html",
                "icons\/*"
            ],
            "matches": [
                "",
                "",
                "",
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alma.exlibrisgroup.com\/*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "src\/runtime.js",
                "src\/alert.js"
            ],
            "css": [
                "style\/alert.css"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}