Xactware ClickOnce: For IT
Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Wat is Xactware ClickOnce: For IT?
Xactware ClickOnce: For IT is een Chrome-extensie ontwikkeld door Xactware Solutions, Inc, en de belangrijkste functie is "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".
Extensie Screenshots
Download het CRX-bestand van de extensie Xactware ClickOnce: For IT
Download Xactware ClickOnce: For IT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Xactware ClickOnce: For IT |
ID | bepplanhdbdkiahcidhjlhhhaaaalldp |
Officiële URL | https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp |
Beschrijving | Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install. |
Bestandsgrootte | 13.04 KB |
Aantal Installaties | 13,449 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-12-03 |
Publicatiedatum | 2021-11-16 |
Ontwikkelaar | Xactware Solutions, Inc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.xactware.com |
Help Pagina-URL | https://eservice.xactware.com |
URL van de Privacybeleid Pagina | https://www.xactware.com/en-us/privacy-policy |
Ondersteunde Talen | 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\/*" ] } } |