Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Vad är Xactware ClickOnce?
Xactware ClickOnce är en Chrome-tillägg utvecklad av Xactware Solutions, Inc, och dess huvudfunktion är "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.".
Tilläggsskärmbilder
Ladda ner Xactware ClickOnce-förlängningens CRX-fil
Ladda ner Xactware ClickOnce-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates. Grundläggande Information om Tillägg
| Namn | |
| ID | ghonblphoimcehigdfdmomaochonfobc |
| Officiell webbadress | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc |
| Beskrivning | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. |
| Filstorlek | 263 KB |
| Antal Installationer | 81,417 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2022-12-03 |
| Publiceringsdatum | 2020-11-19 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Xactware Solutions, Inc |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.xactware.com |
| Hjälpsida URL | https://eservice.xactware.com |
| URL till Sekretesspolicy Sidan | https://www.xactware.com/en-us/privacy-policy |
| Stödda Språk | 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\/*"
]
}
} | |