Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Τι είναι το Applied Epic Extension;

Το Applied Epic Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Applied Systems, και η κύρια λειτουργία του είναι "Support advanced functionality while working in Applied Epic.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Applied Epic Extension

Λήψη αρχείων επέκτασης Applied Epic Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Applied Epic is the most technologically advanced cloud-based software application built for independent insurance agencies to automate business operations and drive connectivity to insurers and insureds in the changing insurance marketplace.

To use this extension, you'll need to be signed in to Applied Epic and install the Applied Epic Desktop Connector. From the Help menu within Applied Epic, follow the on-screen instructions to complete this necessary install. Once the desktop connector and extension are installed, you'll have access to enhanced workflows throughout Applied Epic.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Applied Epic Extension Applied Epic Extension
ID jmigehagkgopllnhcjngjgfblmjladih
Επίσημο URL https://chromewebstore.google.com/detail/applied-epic-extension/jmigehagkgopllnhcjngjgfblmjladih
Περιγραφή Support advanced functionality while working in Applied Epic.
Μέγεθος Αρχείου 17.79 KB
Αριθμός Εγκαταστάσεων 70,000
Τρέχουσα Έκδοση 3.16.3
Τελευταία Ενημέρωση 2023-07-24
Ημερομηνία Δημοσίευσης 2021-01-08
Προγραμματιστής Applied Systems
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www1.appliedsystems.com/
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "author": "Applied Systems",
    "description": "__MSG_extDescription__",
    "version": "3.16.3",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.appliedepic.com\/*"
        ]
    },
    "manifest_version": 3,
    "permissions": [
        "nativeMessaging",
        "management",
        "cookies",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.appliedepic.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.appliedepic.com\/*"
    ]
}