InsurBot

Insta Bot

InsurBot là gì?

InsurBot là một tiện ích mở rộng Chrome được phát triển bởi Agencyzoom, và tính năng chính của nó là "Insta Bot".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng InsurBot 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

                        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                    

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

Tên InsurBot InsurBot
ID ggdogepbdknnlnceklchbdopbjppocnd
URL Chính Thức https://chromewebstore.google.com/detail/insurbot/ggdogepbdknnlnceklchbdopbjppocnd
Mô tả Insta Bot
Kích Thước Tệp 234 KB
Số Lần Cài Đặt 2,621
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-12-03
Ngày Phát Hành 2021-04-12
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Agencyzoom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://agencyzoom.com
URL Trang Trợ Giúp https://agencyzoom.com
URL Trang Chính Sách Bảo Mật https://assets.website-files.com/5d677497cc9b4b3ed52d6d71/60fab7fede471992758577f9_60fab1be42146616805c936a_AGENCYZOOM%20PRIVACY%20POLICY%207-21-21.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}