Alma Hacks (Beta)

Plugin for Alma printing, CSS, Javascript, and other customizations

What is Alma Hacks (Beta)?

Alma Hacks (Beta) is a Chrome extension developed by Josh Welker, and its main feature is "Plugin for Alma printing, CSS, Javascript, and other customizations".

Extension Screenshots

screenshot

Download Alma Hacks (Beta) Extension CRX File

Download Alma Hacks (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin adds extra functionality within Alma.

- Print pull slips 
- Highlight form fields
- Custom CSS with advanced condition controls
- Custom Javascript
- Create PO Lines and inventory from a spreadsheet
- Import/export settings to share with others

Coming soon:

- Print labels
- Form macros                    

Extension Basic Information

Name Alma Hacks (Beta) Alma Hacks (Beta)
ID aeiblnbbhjgeieebpiehmlacpdfcmdne
Official URL https://chromewebstore.google.com/detail/alma-hacks-beta/aeiblnbbhjgeieebpiehmlacpdfcmdne
Description Plugin for Alma printing, CSS, Javascript, and other customizations
File Size 823 KB
Installation Count 18
Current Version 0.0.7
Last Updated 2019-09-10
Publish Date 2019-09-10
Developer Josh Welker
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alma Hacks (Beta)",
    "short_name": "alma-hacks",
    "version": "0.0.7",
    "description": "Plugin for Alma printing, CSS, Javascript, and other customizations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "author": "Joshua Welker ",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/api-na.hosted.exlibrisgroup.com\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alma.exlibrisgroup.com\/*"
            ],
            "js": [
                "scripts\/foreground.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/maps\/*",
        "scripts\/*"
    ]
}