Logalty ClickOnce

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

Cos'è Logalty ClickOnce?

Logalty ClickOnce è un'estensione di Chrome sviluppata da Logalty Prueba por Interposición, S.L., e la sua funzione principale è "This extension adds support for launching ClickOnce applications from Google Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Logalty ClickOnce

Scarica i file di estensione Logalty ClickOnce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
URL Ufficiale https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Descrizione This extension adds support for launching ClickOnce applications from Google Chrome.
Dimensione del File 27.2 KB
Conteggio Installazioni 8,330
Versione Corrente 0.14
Ultimo Aggiornamento 2022-06-30
Data di Pubblicazione 2019-03-20
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore Logalty Prueba por Interposición, S.L.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.logalty.com/politica-privacidad
Lingue Supportate 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"
    ]
}