Xactware ClickOnce
Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.
Xactware ClickOnce क्या है?
Xactware ClickOnce Xactware Solutions, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Xactware ClickOnce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.
एक्सटेंशन की मूल जानकारी
नाम | Xactware ClickOnce |
ID | ghonblphoimcehigdfdmomaochonfobc |
आधिकारिक URL | https://chromewebstore.google.com/detail/xactware-clickonce/ghonblphoimcehigdfdmomaochonfobc |
विवरण | Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. |
फ़ाइल का आकार | 263 KB |
स्थापना संख्या | 81,417 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2022-12-03 |
प्रकाशन तिथि | 2020-11-19 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Xactware Solutions, Inc |
ईमेल | [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", "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\/*" ] } } |