Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Cos'è Xactware ClickOnce?
Xactware ClickOnce è un'estensione di Chrome sviluppata da Xactware Solutions, Inc, e la sua funzione principale è "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Xactware ClickOnce
Scarica i file di estensione Xactware ClickOnce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.
Informazioni di Base sull'Estensione
Nome | Xactware ClickOnce |
ID | ghonblphoimcehigdfdmomaochonfobc |
URL Ufficiale | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc |
Descrizione | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. |
Dimensione del File | 263 KB |
Conteggio Installazioni | 81,417 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-12-03 |
Data di Pubblicazione | 2020-11-19 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Xactware Solutions, Inc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.xactware.com |
URL della Pagina di Aiuto | https://eservice.xactware.com |
URL della Pagina della Politica sulla Privacy | https://www.xactware.com/en-us/privacy-policy |
Lingue Supportate | 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\/*" ] } } |