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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |