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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Special Agent, Inc. และคุณลักษณะหลักของมันคือ "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Special Agent Real Time

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}