Xactware ClickOnce

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

Wat is Xactware ClickOnce?

Xactware ClickOnce is een Chrome-extensie ontwikkeld door Xactware Solutions, Inc, en de belangrijkste functie is "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Xactware ClickOnce

Download Xactware ClickOnce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
Officiële URL https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Beschrijving Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Bestandsgrootte 263 KB
Aantal Installaties 81,417
Huidige Versie 1.4
Laatst Bijgewerkt 2022-12-03
Publicatiedatum 2020-11-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Xactware Solutions, Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.xactware.com
Help Pagina-URL https://eservice.xactware.com
URL van de Privacybeleid Pagina https://www.xactware.com/en-us/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}