InsurBot

Insta Bot

ما هو InsurBot؟

InsurBot هو إضافة Chrome تم تطويرها بواسطة Agencyzoom، والميزة الرئيسية لها هي "Insta Bot".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة InsurBot

قم بتنزيل ملفات الامتداد InsurBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://agencyzoom.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}