Alma Hacks (Beta)

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

Alma Hacks (Beta)とは何ですか?

Alma Hacks (Beta)はJosh Welkerによって開発されたChromeの拡張機能で、その主な機能は「Plugin for Alma printing, CSS, Javascript, and other customizations」です。

拡張機能のスクリーンショット

screenshot

Alma Hacks (Beta)拡張機能のCRXファイルをダウンロード

Alma Hacks (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Alma Hacks (Beta) Alma Hacks (Beta)
ID aeiblnbbhjgeieebpiehmlacpdfcmdne
公式URL https://chromewebstore.google.com/detail/alma-hacks-beta/aeiblnbbhjgeieebpiehmlacpdfcmdne
説明 Plugin for Alma printing, CSS, Javascript, and other customizations
ファイルサイズ 823 KB
インストール数 18
現在のバージョン 0.0.7
最終更新日 2019-09-10
公開日 2019-09-10
開発者 Josh Welker
支払い方法 free
対応言語 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\/*"
    ]
}