Logalty ClickOnce

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

什麼是Logalty ClickOnce?

Logalty ClickOnce是由Logalty Prueba por Interposición, S.L.開發的Chrome擴展程式,該擴展的主要功能是“This extension adds support for launching ClickOnce applications from Google Chrome.”。

擴展截圖

screenshot

下載Logalty ClickOnce擴展crx文件

下載Logalty ClickOnce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
官方網址 https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
簡介 This extension adds support for launching ClickOnce applications from Google Chrome.
檔案大小 27.2 KB
安裝次數 8,330
目前版本 0.14
更新時間 2022-06-30
上架時間 2019-03-20
評分 4.00/5 共 6 次評分
開發者 Logalty Prueba por Interposición, S.L.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.logalty.com/politica-privacidad
支援的語言 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"
    ]
}