DiCentral ClickOnce helper for Chrome™
This extension enables ClickOnce apps in Chrome™. It is necessary to use DiCentral DiWeb™ to the maximum of its capability.
DiCentral ClickOnce helper for Chrome™คืออะไร?
DiCentral ClickOnce helper for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dicentralmobileapp และคุณลักษณะหลักของมันคือ "This extension enables ClickOnce apps in Chrome™. It is necessary to use DiCentral DiWeb™ to the maximum of its capability."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DiCentral ClickOnce helper for Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย DiCentral ClickOnce helper for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension allows you to use our DiWeb to the maximum of its capability, with DiFiller ClickOnce apps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DiCentral ClickOnce helper for Chrome™ |
ID | ihoeijmddigankehfpepcfopnoegkjpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dicentral-clickonce-helpe/ihoeijmddigankehfpepcfopnoegkjpb |
คำอธิบาย | This extension enables ClickOnce apps in Chrome™. It is necessary to use DiCentral DiWeb™ to the maximum of its capability. |
ขนาดไฟล์ | 80.13 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 5.15 |
อัปเดตครั้งล่าสุด | 2022-03-17 |
วันที่เผยแพร่ | 2019-03-29 |
คะแนน | 1.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | dicentralmobileapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.dicentral.com/privacypolicy |
ภาษาที่รองรับ | de,en-US,fr,vi |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "default_locale": "en_US", "description": "__MSG_appDesc__", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.dicentral.com\/*", "*:\/\/*.dicentral.com.vn\/*", "*:\/\/*.ncip.edi-gateway.jp\/*" ] }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-52.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiljrpYRjhJKOR0P8Vvq39JZBBmGEODDKOFIoztd2CZ5\/varhlFq9tpyG0vLritmOmsVzmlTxIgmrp9oHYYkDFpfXzGu2UMMtcS\/p5xhfm\/TnWN19v5sJHRD4xxbHko3JfK4GGiUAT+MErOiJHZSkTvL4fJ7wqW3iaOldVQ6PKdaaNZ4Lyu7oAGcE402Scpl\/EajFbVZxL4WJ\/B4x0raA5s2RElvrwPxlJ5ggVnSofEyOEYw+xIFsg28W1dAYDUzLI6m59EslpA1PCH8Cun4VuRlRoRCJa908yLbUZde7zTG21qC2byEuqt74rxztvUUcRLQkAzZZP\/sDP1wYHRjlcwIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "nativeMessaging", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "__MSG_appShortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.15", "web_accessible_resources": [ "nativeinstall.html", "js\/nativeinstall.js", "images\/download_bar.png", "images\/download.png", "images\/exec_dialog.png", "ClickOnceHelper.dat" ] } |