Hyland NilRead WinMan

Hyland NilRead WinMan

什么是Hyland NilRead WinMan?

Hyland NilRead WinMan是由Hyland Software, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Hyland NilRead WinMan”。

扩展截图

screenshot

下载Hyland NilRead WinMan扩展crx文件

下载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
}