Cegid Peoplenet ClickOnce launcher

This extension enables ClickOnce apps in Google Chrome.

Cegid Peoplenet ClickOnce launcherคืออะไร?

Cegid Peoplenet ClickOnce launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cegid Spain S.A. และคุณลักษณะหลักของมันคือ "This extension enables ClickOnce apps in Google Chrome."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}