Xactware ClickOnce: For IT

Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.

¿Qué es Xactware ClickOnce: For IT?

Xactware ClickOnce: For IT es una extensión de Chrome desarrollada por Xactware Solutions, Inc, y su función principal es "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Xactware ClickOnce: For IT

Descarga archivos de extensión Xactware ClickOnce: For IT 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.  This version is specifically for IT organizations looking to script the install and skip the user-friendly help instructions that normally are displayed when first installing this extension.                    

Información Básica de la Extensión

Nombre Xactware ClickOnce: For IT Xactware ClickOnce: For IT
ID bepplanhdbdkiahcidhjlhhhaaaalldp
URL Oficial https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp
Descripción Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Tamaño del Archivo 13.04 KB
Cantidad de Instalaciones 13,449
Versión Actual 1.1
Última Actualización 2022-12-03
Fecha de Publicación 2021-11-16
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: For IT",
    "version": "1.1",
    "description": "Enable ClickOnce support in browser for Xactimate\/XactContents online Estimate Writer w\/o instructions for mandatory helper install.",
    "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\/*"
        ]
    }
}