InsurBot

Insta Bot

InsurBot क्या है?

InsurBot Agencyzoom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insta Bot"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InsurBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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