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.
擴展基本資訊
名稱 | Xactware ClickOnce |
ID | ghonblphoimcehigdfdmomaochonfobc |
官方網址 | 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\/*" ] } } |