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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
            }
        ]
    }
}