Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Xactware ClickOnceคืออะไร?
Xactware ClickOnce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xactware Solutions, Inc และคุณลักษณะหลักของมันคือ "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xactware ClickOnce
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } } |