Beezy - ChatGPT Anytime Anywhere

No need to leave the page! Non-stop fun chats with ChatGPT right here right now!

Beezy - ChatGPT Anytime Anywhere란 무엇입니까?

Beezy - ChatGPT Anytime Anywhere은(는) BEEZY에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No need to leave the page! Non-stop fun chats with ChatGPT right here right now!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Beezy - ChatGPT Anytime Anywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🪧Beezy is now available in PDF version!🪧

It can easily help you parse PDF files, allowing you to quickly search for any information within the documents. Its main features include:

💬 Chat-style reading experience: Through the chat interface, you can communicate with your PDF files as if you were having a conversation with a real person. Just ask a simple question, and the BeezyPDF will answer for you in an instant.

✍️ Intelligent interpretation: No need to spend a lot of time reading the entire file, just enter your concern, and BeezyPDF will read and deeply understand the information in the PDF, providing you with professional answers.

🔎 Information retrieval artifact: BeezyPDF can find the desired content more quickly. Whether you need to look for specific information in the document or explore related conclusions, it can provide you with efficient search results.

❤️

🤔 What is Beezy ?

Beezy chatbot is a super simple and user-friendly ChatGPT assistant.

🤔 What can Beezy do?

🐝 Beezy integrates with OpenAI's ChatGPT, providing a super convenient chat feature! 🙌🤩

🐝You won't need to login to an OpenAI account or be restricted by account limitations in certain regions. You can chat with ChatGPT anytime, anywhere, and enjoy an easy and fun chat experience. 🤝🤓

🐝 When you want to ask questions to the ChatGPT chatbot, you don't need to leave the current page, you can directly activate the Beezy chatbot.

🐝 When you want to chat with ChatGPT on a specific topic, Beezy chatbot can remember the context you selected on the current page.

🌍 For more information, please visit https://beezy.cool/.                    

확장 프로그램 기본 정보

이름 Beezy - ChatGPT Anytime Anywhere Beezy - ChatGPT Anytime Anywhere
ID bkfkmjafpclikllmalniahcgafiagcio
공식 URL https://chromewebstore.google.com/detail/beezy-chatgpt-anytime-any/bkfkmjafpclikllmalniahcgafiagcio
설명 No need to leave the page! Non-stop fun chats with ChatGPT right here right now!
파일 크기 2.55 MB
설치 횟수 1,249
현재 버전 0.1.3
최근 업데이트 2023-05-17
출시 날짜 2023-02-08
평점 5.00/5 총 4 개의 평점
개발자 BEEZY
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://beezy.cool/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "backgroundServiceWorker.js"
    },
    "action": {
        "action": []
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentMain.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "css": [
                "styles\/content.css"
            ],
            "persistent": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' wasm-unsafe-eval ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "version": "0.1.3",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "254968002594-r2s2qlppv2tjnt6a5rchobssqdkjhnlc.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatMini.html",
                "imgs\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "configEndpoint": "https:\/\/chat.beezy.cool"
}