Bizfly Chatbot AI

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

Wat is Bizfly Chatbot AI?

Bizfly Chatbot AI is een Chrome-extensie ontwikkeld door https://bizfly.vn, en de belangrijkste functie is "Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bizfly Chatbot AI

Download Bizfly Chatbot AI-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

                        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                    

Basisinformatie over de Extensie

Naam Bizfly Chatbot AI Bizfly Chatbot AI
ID fkgjaiigmichelhkcgaicejmhmdokbof
Officiële URL https://chromewebstore.google.com/detail/bizfly-chatbot-ai/fkgjaiigmichelhkcgaicejmhmdokbof
Beschrijving Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems
Bestandsgrootte 94.17 KB
Aantal Installaties 146
Huidige Versie 3.2.4
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2023-04-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://bizfly.vn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bizfly.vn
Help Pagina-URL https://help.bizfly.vn/
URL van de Privacybeleid Pagina https://bizfly.vn/chinh-sach-bao-mat.html
Ondersteunde Talen 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
            }
        ]
    }
}