Xactware ClickOnce: For IT
Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.
ما هو Xactware ClickOnce: For IT؟
Xactware ClickOnce: For IT هو إضافة Chrome تم تطويرها بواسطة Xactware Solutions, Inc، والميزة الرئيسية لها هي "Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Xactware ClickOnce: For IT
قم بتنزيل ملفات الامتداد Xactware ClickOnce: For IT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Xactware ClickOnce: For IT |
ID | bepplanhdbdkiahcidhjlhhhaaaalldp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/xactware-clickonce-for-it/bepplanhdbdkiahcidhjlhhhaaaalldp |
الوصف | Enable ClickOnce support in browser for Xactimate/XactContents online Estimate Writer w/o instructions for mandatory helper install. |
حجم الملف | 13.04 KB |
عدد التثبيتات | 13,449 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-12-03 |
تاريخ النشر | 2021-11-16 |
المطور | Xactware Solutions, Inc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.xactware.com |
عنوان صفحة المساعدة | https://eservice.xactware.com |
عنوان صفحة سياسة الخصوصية | 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: 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\/*" ] } } |