Logalty ClickOnce

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

Logalty ClickOnceคืออะไร?

Logalty ClickOnce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Logalty Prueba por Interposición, S.L. และคุณลักษณะหลักของมันคือ "This extension adds support for launching ClickOnce applications from Google Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Logalty ClickOnce

ดาวน์โหลดไฟล์ส่วนขยาย Logalty ClickOnce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Logalty ClickOnce Logalty ClickOnce
ID didfpaehajfbjnamladanbocmdhahfch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/logalty-clickonce/didfpaehajfbjnamladanbocmdhahfch
คำอธิบาย This extension adds support for launching ClickOnce applications from Google Chrome.
ขนาดไฟล์ 27.2 KB
จำนวนการติดตั้ง 8,330
เวอร์ชันปัจจุบัน 0.14
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2019-03-20
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Logalty Prueba por Interposición, S.L.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.logalty.com/politica-privacidad
ภาษาที่รองรับ 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"
    ]
}