Hyland NilRead WinMan

Hyland NilRead WinMan

Hyland NilRead WinMan là gì?

Hyland NilRead WinMan là một tiện ích mở rộng Chrome được phát triển bởi Hyland Software, Inc., và tính năng chính của nó là "Hyland NilRead WinMan".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hyland NilRead WinMan

Tải xuống các tệp mở rộng Hyland NilRead WinMan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL Chính Thức https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Mô tả Hyland NilRead WinMan
Kích Thước Tệp 12.25 KB
Số Lần Cài Đặt 530,903
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-05
Ngày Phát Hành 2020-12-04
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hyland Software, Inc.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}