Logalty ClickOnce

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

What is Logalty ClickOnce?

Logalty ClickOnce is a Chrome extension developed by Logalty Prueba por Interposición, S.L., and its main feature is "This extension adds support for launching ClickOnce applications from Google Chrome.".

Extension Screenshots

screenshot

Download Logalty ClickOnce Extension CRX File

Download Logalty ClickOnce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
Official URL https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Description This extension adds support for launching ClickOnce applications from Google Chrome.
File Size 27.2 KB
Installation Count 8,330
Current Version 0.14
Last Updated 2022-06-30
Publish Date 2019-03-20
Rating 4.00/5 Total 6 Ratings
Developer Logalty Prueba por Interposición, S.L.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.logalty.com/politica-privacidad
Supported Languages 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"
    ]
}