Hyland NilRead WinMan

Hyland NilRead WinMan

Apa itu Hyland NilRead WinMan?

Hyland NilRead WinMan adalah ekstensi Chrome yang dikembangkan oleh Hyland Software, Inc., dan fitur utamanya adalah "Hyland NilRead WinMan".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hyland NilRead WinMan

Unduh file ekstensi Hyland NilRead WinMan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL Resmi https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Deskripsi Hyland NilRead WinMan
Ukuran File 12.25 KB
Jumlah Instalasi 530,903
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-12-05
Tanggal Publikasi 2020-12-04
Penilaian 2.00/5 Total 4 Penilaian
Pengembang Hyland Software, Inc.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}