Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Was ist Xactware ClickOnce?
Xactware ClickOnce ist eine Chrome-Erweiterung, die von Xactware Solutions, Inc entwickelt wurde, und ihr Hauptmerkmal ist "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".
Erweiterungsscreenshots
Xactware ClickOnce-Erweiterungs-CRX-Datei herunterladen
Laden Sie Xactware ClickOnce-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.
Grundlegende Informationen zur Erweiterung
Name | Xactware ClickOnce |
ID | ghonblphoimcehigdfdmomaochonfobc |
Offizielle URL | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc |
Beschreibung | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. |
Dateigröße | 263 KB |
Installationsanzahl | 81,417 |
Aktuelle Version | 1.4 |
Letztes Update | 2022-12-03 |
Veröffentlichungsdatum | 2020-11-19 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Xactware Solutions, Inc |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.xactware.com |
Hilfeseite URL | https://eservice.xactware.com |
URL der Datenschutzrichtlinien-Seite | https://www.xactware.com/en-us/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |