Xactware ClickOnce

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

Co je Xactware ClickOnce?

Xactware ClickOnce je rozšíření Chrome vyvinuté Xactware Solutions, Inc, a jeho hlavní funkcí je „Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Xactware ClickOnce

Stáhněte si soubory rozšíření Xactware ClickOnce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
Oficiální URL https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Popis Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Velikost souboru 263 KB
Počet instalací 81,417
Aktuální Verze 1.4
Poslední Aktualizace 2022-12-03
Datum Vydání 2020-11-19
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Xactware Solutions, Inc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.xactware.com
URL Stránky Nápovědy https://eservice.xactware.com
URL Stránky Zásad Ochrany Soukromí https://www.xactware.com/en-us/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}