Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
什么是Xactware ClickOnce?
Xactware ClickOnce是由Xactware Solutions, Inc开发的Chrome扩展程序,该扩展的主要功能是“Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.”。
扩展截图
下载Xactware ClickOnce扩展crx文件
下载Xactware ClickOnce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.                     扩展基本信息
| 名称 |   |  
| ID | ghonblphoimcehigdfdmomaochonfobc | 
| 官方URL | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc | 
| 简介 | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. | 
| 文件大小 | 263 KB | 
| 安装次数 | 81,417 | 
| 当前版本 | 1.4 | 
| 更新时间 | 2022-12-03 | 
| 上架时间 | 2020-11-19 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Xactware Solutions, Inc | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.xactware.com | 
| 帮助页面URL | https://eservice.xactware.com | 
| 隐私政策页面URL | https://www.xactware.com/en-us/privacy-policy | 
| 支持的语言 | 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\/*"
        ]
    }
}  |  |