Hyland NilRead WinMan

Hyland NilRead WinMan

Что такое Hyland NilRead WinMan?

Hyland NilRead WinMan - это расширение Chrome, разработанное Hyland Software, Inc., и его основная функция - "Hyland NilRead WinMan".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hyland NilRead WinMan

Скачайте файлы расширений Hyland NilRead WinMan в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
Официальный URL https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Описание Hyland NilRead WinMan
Размер файла 12.25 KB
Количество установок 530,903
Текущая Версия 1.0
Последнее Обновление 2020-12-05
Дата публикации 2020-12-04
Рейтинг 2.00/5 Всего 4 оценок
Разработчик Hyland Software, Inc.
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}