Hyland NilRead WinMan

Hyland NilRead WinMan

What is Hyland NilRead WinMan?

Hyland NilRead WinMan is a Chrome extension developed by Hyland Software, Inc., and its main feature is "Hyland NilRead WinMan".

Extension Screenshots

screenshot

Download Hyland NilRead WinMan Extension CRX File

Download Hyland NilRead WinMan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Official URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Description Hyland NilRead WinMan
File Size 12.25 KB
Installation Count 530,903
Current Version 1.0
Last Updated 2020-12-05
Publish Date 2020-12-04
Rating 2.00/5 Total 4 Ratings
Developer Hyland Software, Inc.
Email [email protected]
Payment Type free
Supported Languages 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
}