Special Agent Real Time

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

What is Special Agent Real Time?

Special Agent Real Time is a Chrome extension developed by Special Agent, Inc., and its main feature is "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

Extension Screenshots

screenshot

Download Special Agent Real Time Extension CRX File

Download Special Agent Real Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
Official URL 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.
File Size 56.79 KB
Installation Count 668
Current Version 1.1.0
Last Updated 2022-02-28
Publish Date 2021-01-19
Rating 5.00/5 Total 1 Ratings
Developer Special Agent, Inc.
Email [email protected]
Payment Type free
Supported Languages 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"
}