ChatBot for ChatHomeBase

It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.

ChatBot for ChatHomeBase란 무엇입니까?

ChatBot for ChatHomeBase은(는) Webs-Automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content."입니다.

확장 프로그램 스크린샷

screenshot

ChatBot for ChatHomeBase 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An application to automatically answer the customers using ChagGPT powered chatbot. It has its own model to under customer questions and generate relevant answer to place automatically.                    

확장 프로그램 기본 정보

이름 ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
공식 URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
설명 It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
파일 크기 81.13 KB
설치 횟수 106
현재 버전 0.21
최근 업데이트 2024-01-16
출시 날짜 2023-07-17
개발자 Webs-Automation
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.websautomation.com/contact-us/
도움말 페이지 URL https://www.websautomation.com/contact-us/
개인정보 보호 정책 페이지 URL https://www.eapplier.com/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatBot for ChatHomeBase",
    "version": "0.21",
    "description": "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/chatbot\/*",
                "https:\/\/chathomebase.com\/chat\/*",
                "https:\/\/wordcounter.net\/*",
                "https:\/\/api.rytr.me\/*",
                "https:\/\/www.websautomation.com\/chatbot\/Chathomebase\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}