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
官方網址 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"
}