Xactware ClickOnce: For IT

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

Vad är Xactware ClickOnce: For IT?

Xactware ClickOnce: For IT är en Chrome-tillägg utvecklad av Xactware Solutions, Inc, och dess huvudfunktion är "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".

Tilläggsskärmbilder

screenshot

Ladda ner Xactware ClickOnce: For IT-förlängningens CRX-fil

Ladda ner Xactware ClickOnce: For IT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Xactware ClickOnce: For IT Xactware ClickOnce: For IT
ID bepplanhdbdkiahcidhjlhhhaaaalldp
Officiell webbadress https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp
Beskrivning Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Filstorlek 13.04 KB
Antal Installationer 13,449
Aktuell Version 1.1
Senast Uppdaterad 2022-12-03
Publiceringsdatum 2021-11-16
Utvecklare Xactware Solutions, Inc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.xactware.com
Hjälpsida URL https://eservice.xactware.com
URL till Sekretesspolicy Sidan https://www.xactware.com/en-us/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}