InsurBot

Insta Bot

Cos'è InsurBot?

InsurBot è un'estensione di Chrome sviluppata da Agencyzoom, e la sua funzione principale è "Insta Bot".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione InsurBot

Scarica i file di estensione InsurBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome InsurBot InsurBot
ID ggdogepbdknnlnceklchbdopbjppocnd
URL Ufficiale https://chromewebstore.google.com/detail/insurbot/ggdogepbdknnlnceklchbdopbjppocnd
Descrizione Insta Bot
Dimensione del File 234 KB
Conteggio Installazioni 2,621
Versione Corrente 1.3
Ultimo Aggiornamento 2021-12-03
Data di Pubblicazione 2021-04-12
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Agencyzoom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://agencyzoom.com
URL della Pagina di Aiuto https://agencyzoom.com
URL della Pagina della Politica sulla Privacy https://assets.website-files.com/5d677497cc9b4b3ed52d6d71/60fab7fede471992758577f9_60fab1be42146616805c936a_AGENCYZOOM%20PRIVACY%20POLICY%207-21-21.pdf
Lingue Supportate 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"
    ]
}