LIBstick

Print in one click directly from Alma screens. The extension adds LIBstick buttons inside Alma for physical items and Alma SETs.

LIBstick क्या है?

LIBstick https://libstick.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print in one click directly from Alma screens. The extension adds LIBstick buttons inside Alma for physical items and Alma SETs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LIBstick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The LIBstick buttons in Alma screens automatically generate printing labels in LIBstick according to the selected template.
The institute can create one or more customized templates with the LIBstick design studio.

Version 2.9.9  12-Feb-2024  - Add button to "Partner List" Lending Requests
Version 2.9.8  24-Dec-2023  - Add button to "Partner List" Borrowing Requests
Version 2.9.7  17-Aug-2023  - Fix Sets screen and align with new Alma UX
Version 2.9.6  26-Feb-2023  - Fix click in Received Items List
Version 2.9.5  26-Jan-2023  - Button CSS
Version 2.9.4  7-Nov-2022    - Multiple users in "Scan in Items"
Version 2.9.3  3-Oct-2022     - Fix link "Scan in Items"
Version 2.9     15-May-2022  - Fix user id in "Scan in Items"
Version 2.8     16-Mar-2022  - Fix bug in "Scan in Items"
Version 2.7     16-Feb-2022   - multilingual support
Version 2.6     26-Jan-2022   - add support to Process Items screen
Version 2.4     4-Oct-2021     - add support for 'user' labels                    

एक्सटेंशन की मूल जानकारी

नाम LIBstick LIBstick
ID cicjlffkhpekfdchiogaamjiplicggdf
आधिकारिक URL https://chromewebstore.google.com/detail/libstick/cicjlffkhpekfdchiogaamjiplicggdf
विवरण Print in one click directly from Alma screens. The extension adds LIBstick buttons inside Alma for physical items and Alma SETs.
फ़ाइल का आकार 126 KB
स्थापना संख्या 829
वर्तमान संस्करण 2.9.9
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2020-02-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://libstick.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.libstick.org/
गोपनीयता नीति पृष्ठ URL https://www.libstick.org/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LIBstick",
    "short_name": "LIBstick",
    "description": "Print in one click directly from Alma screens. The extension adds LIBstick buttons inside Alma for physical items and Alma SETs.",
    "version": "2.9.9",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "img\/logo 48x48.png"
    },
    "icons": {
        "16": "img\/logo 16x16.png",
        "48": "img\/logo 48x48.png",
        "128": "img\/logo 128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/libstick.org\/*",
                "https:\/\/*.alma.exlibrisgroup.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/mystyle.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "img\/book_logo.svg",
                "img\/user_logo.svg"
            ],
            "matches": [
                "https:\/\/*.alma.exlibrisgroup.com\/*"
            ]
        }
    ]
}