Hyland NilRead WinMan

Hyland NilRead WinMan

Hvad er Hyland NilRead WinMan?

Hyland NilRead WinMan er en Chrome-udvidelse udviklet af Hyland Software, Inc., og dens hovedfunktion er "Hyland NilRead WinMan".

Udvidelsesskærmbilleder

screenshot

Download Hyland NilRead WinMan-udvidelses-CRX-fil

Download Hyland NilRead WinMan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Officiel URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Beskrivelse Hyland NilRead WinMan
Filstørrelse 12.25 KB
Antal Installationer 530,903
Nuværende Version 1.0
Senest Opdateret 2020-12-05
Udgivelsesdato 2020-12-04
Bedømmelse 2.00/5 Samlet 4 Bedømmelser
Udvikler Hyland Software, Inc.
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}