Xactware ClickOnce: For IT
Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
Co je Xactware ClickOnce: For IT?
Xactware ClickOnce: For IT je rozšíření Chrome vyvinuté Xactware Solutions, Inc, a jeho hlavní funkcí je „Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Xactware ClickOnce: For IT
Stáhněte si soubory rozšíření Xactware ClickOnce: For IT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Xactware ClickOnce: For IT |
ID | bepplanhdbdkiahcidhjlhhhaaaalldp |
Oficiální URL | https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp |
Popis | Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install. |
Velikost souboru | 13.04 KB |
Počet instalací | 13,449 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-12-03 |
Datum Vydání | 2021-11-16 |
Vývojář | Xactware Solutions, Inc |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.xactware.com |
URL Stránky Nápovědy | https://eservice.xactware.com |
URL Stránky Zásad Ochrany Soukromí | https://www.xactware.com/en-us/privacy-policy |
Podporované Jazyky | 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\/*" ] } } |