Special Agent Real Time

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

什么是Special Agent Real Time?

Special Agent Real Time是由Special Agent, Inc.开发的Chrome扩展程序,该扩展的主要功能是“For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.”。

扩展截图

screenshot

下载Special Agent Real Time扩展crx文件

下载Special Agent Real Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
官方URL https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
简介 For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
文件大小 56.79 KB
安装次数 668
当前版本 1.1.0
更新时间 2022-02-28
上架时间 2021-01-19
评分 5.00/5 共1次评分
开发者 Special Agent, Inc.
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}