Xactware ClickOnce

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

Hvad er Xactware ClickOnce?

Xactware ClickOnce er en Chrome-udvidelse udviklet af Xactware Solutions, Inc, og dens hovedfunktion er "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Xactware ClickOnce-udvidelses-CRX-fil

Download Xactware ClickOnce-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.                    

Grundlæggende oplysninger om udvidelsen

Navn Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
Officiel URL https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Beskrivelse Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Filstørrelse 263 KB
Antal Installationer 81,417
Nuværende Version 1.4
Senest Opdateret 2022-12-03
Udgivelsesdato 2020-11-19
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
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",
    "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\/*"
        ]
    }
}