Bizfly Chatbot AI

Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems

ما هو Bizfly Chatbot AI؟

Bizfly Chatbot AI هو إضافة Chrome تم تطويرها بواسطة https://bizfly.vn، والميزة الرئيسية لها هي "Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems".

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

screenshot

تحميل ملف CRX للإضافة Bizfly Chatbot AI

قم بتنزيل ملفات الامتداد Bizfly Chatbot AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Provide additional features for Bizfly Commerce Apps
This extension allows users to perform actions to manage their Facebook Pages directly on our app Bizfly (https://live.bizfly.vn). Users no longer need to go to their Facebook Pages to perform repeated and time consuming actions anymore. They can manage all social profiles in a single, unified view now.

Supported features:
+ Allow users to send images, message and stickers on app directly                    

معلومات أساسية عن التمديد

الاسم Bizfly Chatbot AI Bizfly Chatbot AI
ID fkgjaiigmichelhkcgaicejmhmdokbof
عنوان URL الرسمي https://chromewebstore.google.com/detail/bizfly-chatbot-ai/fkgjaiigmichelhkcgaicejmhmdokbof
الوصف Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems
حجم الملف 94.17 KB
عدد التثبيتات 146
النسخة الحالية 3.2.4
آخر تحديث 2024-01-10
تاريخ النشر 2023-04-14
تقييم 5.00/5 مجموع تقييمات 1
المطور https://bizfly.vn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bizfly.vn
عنوان صفحة المساعدة https://help.bizfly.vn/
عنوان صفحة سياسة الخصوصية https://bizfly.vn/chinh-sach-bao-mat.html
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bizfly Chatbot AI",
    "version": "3.2.4",
    "description": "Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems",
    "host_permissions": [
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.bizfly.vn\/"
    ],
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/get_started16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "path": "rules.json",
                "id": "replace-facebook-origin",
                "enabled": true
            }
        ]
    }
}