InsurBot

Insta Bot

什么是InsurBot?

InsurBot是由Agencyzoom开发的Chrome扩展程序,该扩展的主要功能是“Insta Bot”。

扩展截图

screenshot
screenshot

下载InsurBot扩展crx文件

下载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"
    ]
}