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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}