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
公式URL 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.
Eメール [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"
    ]
}