Special Agent Real Time

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

Co je Special Agent Real Time?

Special Agent Real Time je rozšíření Chrome vyvinuté Special Agent, Inc., a jeho hlavní funkcí je „For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Special Agent Real Time

Stáhněte si soubory rozšíření Special Agent Real Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
Oficiální URL https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Popis For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Velikost souboru 56.79 KB
Počet instalací 668
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-02-28
Datum Vydání 2021-01-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Special Agent, Inc.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}