InsurBot

Insta Bot

Wat is InsurBot?

InsurBot is een Chrome-extensie ontwikkeld door Agencyzoom, en de belangrijkste functie is "Insta Bot".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie InsurBot

Download InsurBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam InsurBot InsurBot
ID ggdogepbdknnlnceklchbdopbjppocnd
Officiële URL https://chromewebstore.google.com/detail/insurbot/ggdogepbdknnlnceklchbdopbjppocnd
Beschrijving Insta Bot
Bestandsgrootte 234 KB
Aantal Installaties 2,621
Huidige Versie 1.3
Laatst Bijgewerkt 2021-12-03
Publicatiedatum 2021-04-12
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Agencyzoom
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://agencyzoom.com
Help Pagina-URL https://agencyzoom.com
URL van de Privacybeleid Pagina https://assets.website-files.com/5d677497cc9b4b3ed52d6d71/60fab7fede471992758577f9_60fab1be42146616805c936a_AGENCYZOOM%20PRIVACY%20POLICY%207-21-21.pdf
Ondersteunde Talen 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"
    ]
}