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文件
下载Cegid Peoplenet ClickOnce launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |