Free ChatGPT assistant

Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.

Free ChatGPT assistant란 무엇입니까?

Free ChatGPT assistant은(는) https://voice-assistant.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Free ChatGPT assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Communicate for free with ChatGPT using voice on any website. Your personal assistant based on ChatGPT offers a wide range of artificial intelligence capabilities and is now available absolutely free.

This convenient browser extension, built on the powerful ChatGPT technology with speech recognition functionality, serves as your free personal assistant, ready to respond to all your questions in both text and voice formats while optimizing your browser workflow.

Quick Start:

Simply click on the icon in the extension bar or use the shortcut shift+command+Y.
Press the button and ask your question.
You can also activate the voice assistant Alex by holding down the [a] button.
With this free and convenient tool, you'll have instant access to a wide range of artificial intelligence capabilities. Ask any questions and receive accurate real-time answers. Additionally, the extension understands speech and automatically plays back responses, but you can toggle this feature on or off by clicking the mute button.

Now you can interact with ChatGPT for free without using your hands. Just activate the voice assistant Alex, say his name , and then ask your question. He'll always be in touch with you.

Key Features:

Access to ChatGPT from any browser tab
Speech recognition
Voice response
Voice assistant Alex
Multilingual support
Access via hotkeys                    

확장 프로그램 기본 정보

이름 Free ChatGPT assistant Free ChatGPT assistant
ID dpniggcejlljblpiccphofhblddgjikb
공식 URL https://chromewebstore.google.com/detail/free-chatgpt-assistant/dpniggcejlljblpiccphofhblddgjikb
설명 Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.
파일 크기 1.16 MB
설치 횟수 605
현재 버전 0.0.17
최근 업데이트 2024-01-26
출시 날짜 2023-10-01
평점 5.00/5 총 1 개의 평점
개발자 https://voice-assistant.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://voice-assistant.app
개인정보 보호 정책 페이지 URL https://voice-assistant.app/en/private_policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.0.17",
    "action": {
        "default_icon": "icons\/logo_64.png"
    },
    "icons": {
        "64": "icons\/logo_64.png",
        "32": "icons\/logo_32.png",
        "16": "icons\/logo_16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "\/index.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+Y"
            },
            "description": "__MSG_execute_action__"
        },
        "micro_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+U"
            },
            "description": "__MSG_micro_action__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/gprt-calc327-ai-chat-enter-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-settings-icn.svg",
                "img\/gprt-calc327-ai-chat-sound-active-icn.svg",
                "img\/gprt-calc327-ai-chat-sound-off-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-grey-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-start-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-white-icn.svg",
                "img\/new-mic.svg",
                "img\/new-mic-default.svg",
                "img\/new-stop.svg",
                "img\/new-mic-empty.svg",
                "img\/new-voice-default.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-load-icn.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}