Bizfly Chatbot AI

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

O que é Bizfly Chatbot AI?

Bizfly Chatbot AI é uma extensão do Chrome desenvolvida por https://bizfly.vn, e sua principal característica é "Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bizfly Chatbot AI

Baixe arquivos de extensão Bizfly Chatbot AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bizfly Chatbot AI Bizfly Chatbot AI
ID fkgjaiigmichelhkcgaicejmhmdokbof
URL Oficial https://chromewebstore.google.com/detail/bizfly-chatbot-ai/fkgjaiigmichelhkcgaicejmhmdokbof
Descrição Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems
Tamanho do Arquivo 94.17 KB
Contagem de Instalações 146
Versão Atual 3.2.4
Última Atualização 2024-01-10
Data de Publicação 2023-04-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://bizfly.vn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bizfly.vn
URL da Página de Ajuda https://help.bizfly.vn/
URL da Página de Política de Privacidade https://bizfly.vn/chinh-sach-bao-mat.html
Idiomas Suportados 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
            }
        ]
    }
}