Logalty ClickOnce

This extension adds support for launching ClickOnce applications from Google Chrome.

Logalty ClickOnce là gì?

Logalty ClickOnce là một tiện ích mở rộng Chrome được phát triển bởi Logalty Prueba por Interposición, S.L., và tính năng chính của nó là "This extension adds support for launching ClickOnce applications from Google Chrome.".

Ả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 Logalty ClickOnce

Tải xuống các tệp mở rộng Logalty ClickOnce 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

                        This extension adds support for launching ClickOnce applications from Google Chrome.

It is required to launch Logalty signature products based on Wacom / ePad devices, but can be used to launch any ClickOnce based application.

This extension intercepts URLs ending with ".application" and using Native Host messaging allows to run ClickOnce applications.                    

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

Tên Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
URL Chính Thức https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Mô tả This extension adds support for launching ClickOnce applications from Google Chrome.
Kích Thước Tệp 27.2 KB
Số Lần Cài Đặt 8,330
Phiên Bản Hiện Tại 0.14
Cập Nhật Lần Cuối 2022-06-30
Ngày Phát Hành 2019-03-20
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Logalty Prueba por Interposición, S.L.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.logalty.com/politica-privacidad
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "This extension adds support for launching ClickOnce applications from Google Chrome.",
    "icons": {
        "128": "icons\/logaltyclickonce-128.png",
        "16": "icons\/logaltyclickonce-16.png",
        "32": "icons\/logaltyclickonce-32.png",
        "48": "icons\/logaltyclickonce-48.png",
        "64": "icons\/logaltyclickonce-64.png"
    },
    "manifest_version": 2,
    "name": "Logalty ClickOnce",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "https:\/\/*\/*"
    ],
    "version": "0.14",
    "web_accessible_resources": [
        "images\/blank.png"
    ]
}