Logalty ClickOnce

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

Apa itu Logalty ClickOnce?

Logalty ClickOnce adalah ekstensi Chrome yang dikembangkan oleh Logalty Prueba por Interposición, S.L., dan fitur utamanya adalah "This extension adds support for launching ClickOnce applications from Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Logalty ClickOnce

Unduh file ekstensi Logalty ClickOnce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
URL Resmi https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
Deskripsi This extension adds support for launching ClickOnce applications from Google Chrome.
Ukuran File 27.2 KB
Jumlah Instalasi 8,330
Versi Saat Ini 0.14
Terakhir Diperbarui 2022-06-30
Tanggal Publikasi 2019-03-20
Penilaian 4.00/5 Total 6 Penilaian
Pengembang Logalty Prueba por Interposición, S.L.
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.logalty.com/politica-privacidad
Bahasa yang Didukung 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"
    ]
}