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.
Eメール [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
}