Logalty ClickOnce

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

Wat is Logalty ClickOnce?

Logalty ClickOnce is een Chrome-extensie ontwikkeld door Logalty Prueba por Interposición, S.L., en de belangrijkste functie is "This extension adds support for launching ClickOnce applications from Google Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Logalty ClickOnce

Download Logalty ClickOnce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
Officiële URL https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Beschrijving This extension adds support for launching ClickOnce applications from Google Chrome.
Bestandsgrootte 27.2 KB
Aantal Installaties 8,330
Huidige Versie 0.14
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2019-03-20
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Logalty Prueba por Interposición, S.L.
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.logalty.com/politica-privacidad
Ondersteunde Talen 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"
    ]
}