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 là gì?

Special Agent Real Time là một tiện ích mở rộng Chrome được phát triển bởi Special Agent, Inc., và tính năng chính của nó là "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Special Agent Real Time

Tải xuống các tệp mở rộng Special Agent Real Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
URL Chính Thức https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Mô tả For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Kích Thước Tệp 56.79 KB
Số Lần Cài Đặt 668
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-02-28
Ngày Phát Hành 2021-01-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Special Agent, Inc.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}