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はhttps://bizfly.vnによって開発されたChromeの拡張機能で、その主な機能は「Bizfly Chatbot AI helps people can send message to facebook fanpage easier and integrate with Bizfly Eco Systems」です。

拡張機能のスクリーンショット

screenshot

Bizfly Chatbot AI拡張機能のCRXファイルをダウンロード

Bizfly Chatbot AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bizfly.vn
ヘルプページのURL https://help.bizfly.vn/
プライバシーポリシーページのURL 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
            }
        ]
    }
}