Special Agent Real Time

For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.

ما هو Special Agent Real Time؟

Special Agent Real Time هو إضافة Chrome تم تطويرها بواسطة Special Agent, Inc.، والميزة الرئيسية لها هي "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Special Agent Real Time

قم بتنزيل ملفات الامتداد Special Agent Real Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension automates real time inquiries from the Special Agent insurance agency management system.                    

معلومات أساسية عن التمديد

الاسم Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
الوصف For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
حجم الملف 56.79 KB
عدد التثبيتات 668
النسخة الحالية 1.1.0
آخر تحديث 2022-02-28
تاريخ النشر 2021-01-19
تقييم 5.00/5 مجموع تقييمات 1
المطور Special Agent, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Special Agent Real Time",
    "version": "1.1.0",
    "description": "For use with Special Agent insurance agency management software.  This extension assists with automation of real time requests.",
    "icons": {
        "24": "icon24.png",
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "jquery-3.5.1.min.js",
                "querystring.js",
                "jquery.base64.js",
                "arrive.min.js",
                "simulator.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "RealTimeTest.html",
        "default_icon": "icon24.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/www.specialagent.com"
}