Logalty ClickOnce

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

Hvad er Logalty ClickOnce?

Logalty ClickOnce er en Chrome-udvidelse udviklet af Logalty Prueba por Interposición, S.L., og dens hovedfunktion er "This extension adds support for launching ClickOnce applications from Google Chrome.".

Udvidelsesskærmbilleder

screenshot

Download Logalty ClickOnce-udvidelses-CRX-fil

Download Logalty ClickOnce-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
Officiel URL https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Beskrivelse This extension adds support for launching ClickOnce applications from Google Chrome.
Filstørrelse 27.2 KB
Antal Installationer 8,330
Nuværende Version 0.14
Senest Opdateret 2022-06-30
Udgivelsesdato 2019-03-20
Bedømmelse 4.00/5 Samlet 6 Bedømmelser
Udvikler Logalty Prueba por Interposición, S.L.
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.logalty.com/politica-privacidad
Understøttede Sprog 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"
    ]
}