Special Agent Real Time

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

Qu'est-ce que Special Agent Real Time ?

Special Agent Real Time est une extension Chrome développée par Special Agent, Inc., et sa fonction principale est "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Special Agent Real Time

Téléchargez les fichiers d'extension Special Agent Real Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
URL Officiel https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Description For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Taille du Fichier 56.79 KB
Nombre d'Installations 668
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-02-28
Date de Publication 2021-01-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Special Agent, Inc.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}