Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Applied Epic Extension क्या है?

Applied Epic Extension Applied Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Support advanced functionality while working in Applied Epic."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Applied Epic Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}