Xactware ClickOnce: For IT

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

Hvad er Xactware ClickOnce: For IT?

Xactware ClickOnce: For IT er en Chrome-udvidelse udviklet af Xactware Solutions, Inc, og dens hovedfunktion er "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".

Udvidelsesskærmbilleder

screenshot

Download Xactware ClickOnce: For IT-udvidelses-CRX-fil

Download Xactware ClickOnce: For IT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Xactware ClickOnce: For IT Xactware ClickOnce: For IT
ID bepplanhdbdkiahcidhjlhhhaaaalldp
Officiel URL https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp
Beskrivelse Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Filstørrelse 13.04 KB
Antal Installationer 13,449
Nuværende Version 1.1
Senest Opdateret 2022-12-03
Udgivelsesdato 2021-11-16
Udvikler Xactware Solutions, Inc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.xactware.com
Hjælpeside-URL https://eservice.xactware.com
URL til Fortrolighedspolitik Side https://www.xactware.com/en-us/privacy-policy
Understøttede Sprog 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\/*"
        ]
    }
}