Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Qu'est-ce que Xactware ClickOnce ?
Xactware ClickOnce est une extension Chrome développée par Xactware Solutions, Inc, et sa fonction principale est "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Xactware ClickOnce
Téléchargez les fichiers d'extension Xactware ClickOnce 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
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.
Informations de Base sur l'Extension
Nom | Xactware ClickOnce |
ID | ghonblphoimcehigdfdmomaochonfobc |
URL Officiel | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc |
Description | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. |
Taille du Fichier | 263 KB |
Nombre d'Installations | 81,417 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2022-12-03 |
Date de Publication | 2020-11-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Xactware Solutions, Inc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.xactware.com |
URL de la Page d'Aide | https://eservice.xactware.com |
URL de la Page de Politique de Confidentialité | https://www.xactware.com/en-us/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background-script.js" }, "manifest_version": 3, "name": "Xactware ClickOnce", "version": "1.4", "description": "Enable ClickOnce support in the Browser for Xactimate\/XactContents online Estimate Writer.", "icons": { "128": "icons\/128.png" }, "permissions": [ "nativeMessaging" ], "host_permissions": [ "https:\/\/*.xactimate.com\/*", "https:\/\/xactimate.com\/*", "https:\/\/*.xactcontents.com\/*", "https:\/\/xactcontents.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.xactimate.com\/*", "https:\/\/xactimate.com\/*", "https:\/\/*.xactcontents.com\/*", "https:\/\/xactcontents.com\/*" ] } } |