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
官方網址 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
}