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はXactware Solutions, Incによって開発されたChromeの拡張機能で、その主な機能は「Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.」です。
拡張機能のスクリーンショット
Xactware ClickOnce: For IT拡張機能のCRXファイルをダウンロード
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 |
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: 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\/*" ] } } |