Cegid Peoplenet ClickOnce launcher
This extension enables ClickOnce apps in Google Chrome.
Cegid Peoplenet ClickOnce launcher란 무엇입니까?
Cegid Peoplenet ClickOnce launcher은(는) Cegid Spain S.A.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables ClickOnce apps in Google Chrome."입니다.
확장 프로그램 스크린샷
Cegid Peoplenet ClickOnce launcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds support for launching ClickOnce applications from Google Chrome. It is needed for launching the Cegid Peoplenet product although it can be used with any ClickOnce-based application. Changelog: Version 1.4 [ENH] Change the name of the extension due to rebranding (former name: Meta4 ClickOnce Launcher) Version 1.3 [FIX] Avoid the .NET Framework 2.0/3.5 requirement that might appears in some environments. Therefore, in this case, installation issues with the helper executable will be solved. [ENH] Branding changes Version 1.2 [FIX] Solves download issues with the helper executable in Chrome 55 and upper. Version 1.1 [FIX] Tab kept on loading state after to launch a ClickOnce app. [FIX] Some URLs which contains 'application' was processed incorrectly. [FIX] In rare situations the Microsoft launcher process used by the extension was kept in memory. [ENH] More info in the install page. Version 1.0 First version
확장 프로그램 기본 정보
이름 | Cegid Peoplenet ClickOnce launcher |
ID | jkncabbipkgbconhaajbapbhokpbgkdc |
공식 URL | https://chromewebstore.google.com/detail/cegid-peoplenet-clickonce/jkncabbipkgbconhaajbapbhokpbgkdc |
설명 | This extension enables ClickOnce apps in Google Chrome. |
파일 크기 | 52.38 KB |
설치 횟수 | 644,396 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-01-31 |
출시 날짜 | 2017-01-09 |
평점 | 4.16/5 총 450 개의 평점 |
개발자 | Cegid Spain S.A. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.cegid.com |
개인정보 보호 정책 페이지 URL | https://www.cegid.com/en/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cegid Peoplenet ClickOnce launcher", "description": "This extension enables ClickOnce apps in Google Chrome.", "icons": { "16": "icons\/earth-download-16.png", "32": "icons\/earth-download-32.png", "48": "icons\/earth-download-48.png", "64": "icons\/earth-download-64.png", "128": "icons\/earth-download-128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "nativeMessaging", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "nativeinstall.html", "js\/nativeinstall.js", "images\/download_bar.png", "images\/download_warning.png", "m4clickoncehelper.dat" ], "version": "1.4" } |