Xactware ClickOnce

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

¿Qué es Xactware ClickOnce?

Xactware ClickOnce es una extensión de Chrome desarrollada por Xactware Solutions, Inc, y su función principal es "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Xactware ClickOnce

Descarga archivos de extensión Xactware ClickOnce en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
URL Oficial https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Descripción Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Tamaño del Archivo 263 KB
Cantidad de Instalaciones 81,417
Versión Actual 1.4
Última Actualización 2022-12-03
Fecha de Publicación 2020-11-19
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Xactware Solutions, Inc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.xactware.com
URL de la Página de Ayuda https://eservice.xactware.com
URL de la Página de Política de Privacidad https://www.xactware.com/en-us/privacy-policy
Idiomas Soportados 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\/*"
        ]
    }
}