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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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