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
官方網址 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"
    ]
}