Alma Hacks (Beta)

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

Apa itu Alma Hacks (Beta)?

Alma Hacks (Beta) adalah ekstensi Chrome yang dikembangkan oleh Josh Welker, dan fitur utamanya adalah "Plugin for Alma printing, CSS, Javascript, and other customizations".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Alma Hacks (Beta)

Unduh file ekstensi Alma Hacks (Beta) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Alma Hacks (Beta) Alma Hacks (Beta)
ID aeiblnbbhjgeieebpiehmlacpdfcmdne
URL Resmi https://chromewebstore.google.com/detail/alma-hacks-beta/aeiblnbbhjgeieebpiehmlacpdfcmdne
Deskripsi Plugin for Alma printing, CSS, Javascript, and other customizations
Ukuran File 823 KB
Jumlah Instalasi 18
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2019-09-10
Tanggal Publikasi 2019-09-10
Pengembang Josh Welker
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}