Xactware ClickOnce

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

Xactware ClickOnce là gì?

Xactware ClickOnce là một tiện ích mở rộng Chrome được phát triển bởi Xactware Solutions, Inc, và tính năng chính của nó là "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Xactware ClickOnce

Tải xuống các tệp mở rộng Xactware ClickOnce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Xactware ClickOnce Xactware ClickOnce
ID ghonblphoimcehigdfdmomaochonfobc
URL Chính Thức https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc
Mô tả Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Kích Thước Tệp 263 KB
Số Lần Cài Đặt 81,417
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-12-03
Ngày Phát Hành 2020-11-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Xactware Solutions, Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xactware.com
URL Trang Trợ Giúp https://eservice.xactware.com
URL Trang Chính Sách Bảo Mật https://www.xactware.com/en-us/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}