ChatKar - Conversations with ChatGPT

ChatKar: Smart conversations with ChatGPT for everyone

ChatKar - Conversations with ChatGPT란 무엇입니까?

ChatKar - Conversations with ChatGPT은(는) KARHIT STD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatKar: Smart conversations with ChatGPT for everyone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatKar - Conversations with ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatKar.vn cho phép bạn trò chuyện dễ dàng và nhanh chóng với ChatGPT, mô hình ngôn ngữ trí tuệ nhân tạo tiên tiến nhất.                    

확장 프로그램 기본 정보

이름 ChatKar - Conversations with ChatGPT ChatKar - Conversations with ChatGPT
ID ohhcejhbaeokognbbkdecdfampcdpgfh
공식 URL https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh
설명 ChatKar: Smart conversations with ChatGPT for everyone
파일 크기 136 KB
설치 횟수 37
현재 버전 1.0.0
최근 업데이트 2023-04-20
출시 날짜 2023-04-19
개발자 KARHIT STD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.chatkar.vn/
도움말 페이지 URL https://www.chatkar.vn/policy
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "ChatKar - Conversations with ChatGPT",
    "description": "ChatKar: Smart conversations with ChatGPT for everyone",
    "icons": {
        "16": ".\/logo\/CHATKAR-removebg-preview_16.png",
        "32": ".\/logo\/CHATKAR-removebg-preview_32.png",
        "48": ".\/logo\/CHATKAR-removebg-preview_48.png"
    },
    "action": {
        "default_popup": ".\/dist\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/api.chatkar.vn\/"
    ]
}