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
Eメール [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"
    ]
}