InsurBot

Insta Bot

InsurBotคืออะไร?

InsurBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agencyzoom และคุณลักษณะหลักของมันคือ "Insta Bot"

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

screenshot
screenshot

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

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

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

                        Insurbot bridges information between different web applications for Insurance industry. It supports different "recipes", each of which automatically auto-fills forms in one application with information from another application. It currently has 2 recipes:
1. Bridge information from Agencyzoom to TurboRater
2. Bridge information from Agencyzoom to Farmers Quote System                    

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

ชื่อ InsurBot InsurBot
ID ggdogepbdknnlnceklchbdopbjppocnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/insurbot/ggdogepbdknnlnceklchbdopbjppocnd
คำอธิบาย Insta Bot
ขนาดไฟล์ 234 KB
จำนวนการติดตั้ง 2,621
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-12-03
วันที่เผยแพร่ 2021-04-12
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Agencyzoom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://agencyzoom.com
URL หน้าช่วยเหลือ https://agencyzoom.com
URL หน้านโยบายความเป็นส่วนตัว https://assets.website-files.com/5d677497cc9b4b3ed52d6d71/60fab7fede471992758577f9_60fab1be42146616805c936a_AGENCYZOOM%20PRIVACY%20POLICY%207-21-21.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Insta Bot",
    "version": "1.3",
    "manifest_version": 3,
    "name": "InsurBot",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "unlimitedStorage",
        "storage"
    ]
}