Logalty ClickOnce
This extension adds support for launching ClickOnce applications from Google Chrome.
Logalty ClickOnce란 무엇입니까?
Logalty ClickOnce은(는) Logalty Prueba por Interposición, S.L.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds support for launching ClickOnce applications from Google Chrome."입니다.
확장 프로그램 스크린샷
Logalty ClickOnce 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |