Hyland NilRead WinMan

Hyland NilRead WinMan

O que é Hyland NilRead WinMan?

Hyland NilRead WinMan é uma extensão do Chrome desenvolvida por Hyland Software, Inc., e sua principal característica é "Hyland NilRead WinMan".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hyland NilRead WinMan

Baixe arquivos de extensão Hyland NilRead WinMan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL Oficial https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Descrição Hyland NilRead WinMan
Tamanho do Arquivo 12.25 KB
Contagem de Instalações 530,903
Versão Atual 1.0
Última Atualização 2020-12-05
Data de Publicação 2020-12-04
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor Hyland Software, Inc.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}