Hyland NilRead WinMan

Hyland NilRead WinMan

Co to jest Hyland NilRead WinMan?

Hyland NilRead WinMan to rozszerzenie Chrome opracowane przez Hyland Software, Inc., a jego główną funkcją jest „Hyland NilRead WinMan”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hyland NilRead WinMan

Pobierz pliki rozszerzeń Hyland NilRead WinMan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Oficjalny URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Opis Hyland NilRead WinMan
Rozmiar pliku 12.25 KB
Liczba instalacji 530,903
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-12-05
Data Publikacji 2020-12-04
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper Hyland Software, Inc.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}