Alma Hacks (Beta)

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

Alma Hacks (Beta)คืออะไร?

Alma Hacks (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Welker และคุณลักษณะหลักของมันคือ "Plugin for Alma printing, CSS, Javascript, and other customizations"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alma Hacks (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}