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™はdicentralmobileappによって開発された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™拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |