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.
Eメール [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"
}