Special Agent Real Time

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

Co to jest Special Agent Real Time?

Special Agent Real Time to rozszerzenie Chrome opracowane przez Special Agent, Inc., a jego główną funkcją jest „For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Special Agent Real Time

Pobierz pliki rozszerzeń Special Agent Real Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
Oficjalny URL https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Opis For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Rozmiar pliku 56.79 KB
Liczba instalacji 668
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-02-28
Data Publikacji 2021-01-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Special Agent, Inc.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}