XILO

XILO

XILOคืออะไร?

XILO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xilo.io และคุณลักษณะหลักของมันคือ "XILO"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XILO

ดาวน์โหลดไฟล์ส่วนขยาย XILO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        XILO – Streamlining Insurance Sales and Quoting For Insurance Agents

🚀 XAI - AI For Insurance Agents: Transform your insurance sales and quoting process with our cutting-edge AI-driven Chrome extension! ✨

🔍 Automate Data Entry: XAI makes manual data entry a thing of the past, increasing accuracy and saving you precious time.

🔗 Seamless System Integration: Our extension integrates smoothly with a variety of systems, simplifying your workflows.

🛡️ Secure & Adaptable: Designed with insurance agents in mind, XAI ensures compliance with security standards and is versatile across different insurance lines.

💡 Experience the future of insurance sales with XAI – where innovation meets convenience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XILO XILO
ID mcjjnbjpdpjolbbpmelnkmohdhmdkdka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xilo/mcjjnbjpdpjolbbpmelnkmohdhmdkdka
คำอธิบาย XILO
ขนาดไฟล์ 1.9 MB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 0.0.0.25
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-09-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://xilo.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xilo.io/xai
URL หน้าช่วยเหลือ https://xilo.io
URL หน้านโยบายความเป็นส่วนตัว https://www.xilo.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XILO",
    "version": "0.0.0.25",
    "description": "XILO",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/api.xilo.io\/",
        "https:\/\/xai-api.xilo.io\/",
        "https:\/\/crm-api.xilo.io\/",
        "http:\/\/localhost:3000\/",
        "https:\/\/api.rollbar.com\/",
        ""
    ],
    "background": {
        "service_worker": "background.mjs",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/polyfills.js",
                "dist\/main.js",
                "dist\/runtime.js",
                "content.js"
            ],
            "css": [
                "dist\/styles.css"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "dist\/assets\/img\/logo.png",
            "32": "dist\/assets\/img\/logo.png",
            "48": "dist\/assets\/img\/logo.png",
            "128": "dist\/assets\/img\/logo.png"
        }
    },
    "icons": {
        "16": "dist\/assets\/img\/logo.png",
        "32": "dist\/assets\/img\/logo.png",
        "48": "dist\/assets\/img\/logo.png",
        "128": "dist\/assets\/img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/assets\/fonts\/*",
                "dist\/assets\/img\/*",
                "dist\/*.js",
                "dist\/*.txt",
                "dist\/*.css",
                "dist\/*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "reload-extension": {
            "suggested_key": {
                "mac": "Command+MacCtrl+C",
                "default": "Ctrl+Shift+C"
            },
            "description": "Reload extension"
        }
    }
}