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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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