Special Agent Real Time

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

Cos'è Special Agent Real Time?

Special Agent Real Time è un'estensione di Chrome sviluppata da Special Agent, Inc., e la sua funzione principale è "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Special Agent Real Time

Scarica i file di estensione Special Agent Real Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
URL Ufficiale https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Descrizione For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Dimensione del File 56.79 KB
Conteggio Installazioni 668
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-02-28
Data di Pubblicazione 2021-01-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Special Agent, Inc.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}