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.
Qu'est-ce que DiCentral ClickOnce helper for Chrome™ ?
DiCentral ClickOnce helper for Chrome™ est une extension Chrome développée par dicentralmobileapp, et sa fonction principale est "This extension enables ClickOnce apps in Chrome™. It is necessary to use DiCentral DiWeb™ to the maximum of its capability.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DiCentral ClickOnce helper for Chrome™
Téléchargez les fichiers d'extension DiCentral ClickOnce helper for Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This Chrome extension allows you to use our DiWeb to the maximum of its capability, with DiFiller ClickOnce apps.
Informations de Base sur l'Extension
Nom | DiCentral ClickOnce helper for Chrome™ |
ID | ihoeijmddigankehfpepcfopnoegkjpb |
URL Officiel | https://chromewebstore.google.com/detail/dicentral-clickonce-helpe/ihoeijmddigankehfpepcfopnoegkjpb |
Description | This extension enables ClickOnce apps in Chrome™. It is necessary to use DiCentral DiWeb™ to the maximum of its capability. |
Taille du Fichier | 80.13 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 5.15 |
Dernière Mise à Jour | 2022-03-17 |
Date de Publication | 2019-03-29 |
Évaluation | 1.67/5 Total 3 Évaluations |
Développeur | dicentralmobileapp |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.dicentral.com/privacypolicy |
Langues Prises en Charge | 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" ] } |