Hyland NilRead WinMan

Hyland NilRead WinMan

Wat is Hyland NilRead WinMan?

Hyland NilRead WinMan is een Chrome-extensie ontwikkeld door Hyland Software, Inc., en de belangrijkste functie is "Hyland NilRead WinMan".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hyland NilRead WinMan

Download Hyland NilRead WinMan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Officiële URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Beschrijving Hyland NilRead WinMan
Bestandsgrootte 12.25 KB
Aantal Installaties 530,903
Huidige Versie 1.0
Laatst Bijgewerkt 2020-12-05
Publicatiedatum 2020-12-04
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Hyland Software, Inc.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}