Alma Hacks (Beta)

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

Alma Hacks (Beta) là gì?

Alma Hacks (Beta) là một tiện ích mở rộng Chrome được phát triển bởi Josh Welker, và tính năng chính của nó là "Plugin for Alma printing, CSS, Javascript, and other customizations".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alma Hacks (Beta)

Tải xuống các tệp mở rộng Alma Hacks (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alma Hacks (Beta) Alma Hacks (Beta)
ID aeiblnbbhjgeieebpiehmlacpdfcmdne
URL Chính Thức https://chromewebstore.google.com/detail/alma-hacks-beta/aeiblnbbhjgeieebpiehmlacpdfcmdne
Mô tả Plugin for Alma printing, CSS, Javascript, and other customizations
Kích Thước Tệp 823 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2019-09-10
Ngày Phát Hành 2019-09-10
Nhà Phát Triển Josh Welker
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}