Xactware ClickOnce

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

Apa itu Xactware ClickOnce?

Xactware ClickOnce adalah ekstensi Chrome yang dikembangkan oleh Xactware Solutions, Inc, dan fitur utamanya adalah "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Xactware ClickOnce

Unduh file ekstensi Xactware ClickOnce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
URL Resmi https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Deskripsi Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Ukuran File 263 KB
Jumlah Instalasi 81,417
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-12-03
Tanggal Publikasi 2020-11-19
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Xactware Solutions, Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.xactware.com
URL Halaman Bantuan https://eservice.xactware.com
URL Halaman Kebijakan Privasi https://www.xactware.com/en-us/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}