Hyland NilRead WinMan

Hyland NilRead WinMan

Co je Hyland NilRead WinMan?

Hyland NilRead WinMan je rozšíření Chrome vyvinuté Hyland Software, Inc., a jeho hlavní funkcí je „Hyland NilRead WinMan“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hyland NilRead WinMan

Stáhněte si soubory rozšíření Hyland NilRead WinMan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Oficiální URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Popis Hyland NilRead WinMan
Velikost souboru 12.25 KB
Počet instalací 530,903
Aktuální Verze 1.0
Poslední Aktualizace 2020-12-05
Datum Vydání 2020-12-04
Hodnocení 2.00/5 Celkem 4 Hodnocení
Vývojář Hyland Software, Inc.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}