Hyland NilRead WinMan

Hyland NilRead WinMan

Cos'è Hyland NilRead WinMan?

Hyland NilRead WinMan è un'estensione di Chrome sviluppata da Hyland Software, Inc., e la sua funzione principale è "Hyland NilRead WinMan".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hyland NilRead WinMan

Scarica i file di estensione Hyland NilRead WinMan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL Ufficiale https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Descrizione Hyland NilRead WinMan
Dimensione del File 12.25 KB
Conteggio Installazioni 530,903
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-05
Data di Pubblicazione 2020-12-04
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore Hyland Software, Inc.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}