Hyland NilRead WinMan

Hyland NilRead WinMan

Hyland NilRead WinManคืออะไร?

Hyland NilRead WinMan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hyland Software, Inc. และคุณลักษณะหลักของมันคือ "Hyland NilRead WinMan"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyland NilRead WinMan

ดาวน์โหลดไฟล์ส่วนขยาย Hyland NilRead WinMan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension enables the Hyland NilRead Universal Viewer with support for multi-monitor and single tab URL invocation operations previously available only in Internet Explorer and Firefox.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
คำอธิบาย Hyland NilRead WinMan
ขนาดไฟล์ 12.25 KB
จำนวนการติดตั้ง 530,903
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-05
วันที่เผยแพร่ 2020-12-04
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Hyland Software, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyland NilRead WinMan",
    "version": "1.0",
    "description": "Hyland NilRead WinMan",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}