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 là gì?
Xactware ClickOnce: For IT 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 browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Xactware ClickOnce: For IT
Tải xuống các tệp mở rộng Xactware ClickOnce: For IT 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. 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Xactware ClickOnce: For IT |
ID | bepplanhdbdkiahcidhjlhhhaaaalldp |
URL Chính Thức | https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp |
Mô tả | Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install. |
Kích Thước Tệp | 13.04 KB |
Số Lần Cài Đặt | 13,449 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-12-03 |
Ngày Phát Hành | 2021-11-16 |
Nhà Phát Triển | Xactware Solutions, Inc |
[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: 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\/*" ] } } |