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 |
公式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 |
Eメール | [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\/*" ] } } |