Xactware ClickOnce: For IT

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

Co to jest Xactware ClickOnce: For IT?

Xactware ClickOnce: For IT to rozszerzenie Chrome opracowane przez Xactware Solutions, Inc, a jego główną funkcją jest „Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Xactware ClickOnce: For IT

Pobierz pliki rozszerzeń Xactware ClickOnce: For IT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Xactware ClickOnce: For IT Xactware ClickOnce: For IT
ID bepplanhdbdkiahcidhjlhhhaaaalldp
Oficjalny URL https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp
Opis Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Rozmiar pliku 13.04 KB
Liczba instalacji 13,449
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-12-03
Data Publikacji 2021-11-16
Deweloper Xactware Solutions, Inc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.xactware.com
Adres URL Strony Pomocy https://eservice.xactware.com
Adres URL Strony Polityki Prywatności https://www.xactware.com/en-us/privacy-policy
Obsługiwane Języki 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\/*"
        ]
    }
}