Xactware ClickOnce

Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.

What is Xactware ClickOnce?

Xactware ClickOnce is a Chrome extension developed by Xactware Solutions, Inc, and its main feature is "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Xactware ClickOnce Extension CRX File

Download Xactware ClickOnce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.                    

Extension Basic Information

Name Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
Official URL https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Description Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
File Size 263 KB
Installation Count 81,417
Current Version 1.4
Last Updated 2022-12-03
Publish Date 2020-11-19
Rating 5.00/5 Total 3 Ratings
Developer Xactware Solutions, Inc
Email [email protected]
Payment Type free
Extension Website https://www.xactware.com
Help Page URL https://eservice.xactware.com
Privacy Policy Page URL https://www.xactware.com/en-us/privacy-policy
Supported Languages 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\/*"
        ]
    }
}