Xactware ClickOnce: For IT
Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Xactware ClickOnce: For ITคืออะไร?
Xactware ClickOnce: For IT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xactware Solutions, Inc และคุณลักษณะหลักของมันคือ "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xactware ClickOnce: For IT
ดาวน์โหลดไฟล์ส่วนขยาย Xactware ClickOnce: For IT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates. This version is specifically for IT organizations looking to script the install and skip the user-friendly help instructions that normally are displayed when first installing this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Xactware ClickOnce: For IT |
ID | bepplanhdbdkiahcidhjlhhhaaaalldp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp |
คำอธิบาย | Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install. |
ขนาดไฟล์ | 13.04 KB |
จำนวนการติดตั้ง | 13,449 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-12-03 |
วันที่เผยแพร่ | 2021-11-16 |
ผู้พัฒนา | 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: For IT", "version": "1.1", "description": "Enable ClickOnce support in browser for Xactimate\/XactContents online Estimate Writer w\/o instructions for mandatory helper install.", "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\/*" ] } } |