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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Xactware ClickOnce: For IT

Λήψη αρχείων επέκτασης Xactware ClickOnce: For IT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
Διεύθυνση 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: 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\/*"
        ]
    }
}