Jini Chat: AI Therapist

World's smartest therapist, free of cost!

Jini Chat: AI Therapist란 무엇입니까?

Jini Chat: AI Therapist은(는) dhruvatreja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "World's smartest therapist, free of cost!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Jini Chat: AI Therapist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Jini is an AI therapist, which provides the highest standard of therapy to all! 
It's a special AI friend that's here for you 24/7. It's like having a personal therapist right on your screen.

Jini Chat is not just another chatbot; it's a Chrome extension designed to be your constant companion, available 24/7 right on your screen. Our state-of-the-art AI technology has been meticulously developed to provide users like you with unparalleled support, guidance, and understanding in your mental health journey.

Here's what sets Jini Chat apart:

Personalized Support: Jini Chat adapts to your unique needs, offering tailored conversations and coping strategies for your specific challenges.

Non-judgmental Listening: It's always there to lend an empathetic ear, free from any biases or preconceptions.

Privacy and Convenience: Get support in the comfort of your own space, without worrying about scheduling appointments or sharing personal information.

Continuous Improvement: Our AI constantly learns and improves to provide you with even better support over time

Jini Chat is different. It's not judgmental, and it's always ready to listen, chat, and help with your mental well-being. No appointments, no pressure - just support when you need it.                    

확장 프로그램 기본 정보

이름 Jini Chat: AI Therapist Jini Chat: AI Therapist
ID midbmndohbakoaapmpcalpcnkepofeoi
공식 URL https://chromewebstore.google.com/detail/jini-chat-ai-therapist/midbmndohbakoaapmpcalpcnkepofeoi
설명 World's smartest therapist, free of cost!
파일 크기 859 KB
설치 횟수 266
현재 버전 0.0.6
최근 업데이트 2024-02-17
출시 날짜 2023-08-14
평점 4.77/5 총 53 개의 평점
개발자 dhruvatreja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.linkedin.com/company/jinichatofficial/about/
도움말 페이지 URL https://www.linkedin.com/company/jinichatofficial/about/
개인정보 보호 정책 페이지 URL https://drive.google.com/file/d/1tlYfcemZPkUgwtJ0zPRFgZHWUUuFAazM/view?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jini Chat: AI Therapist",
    "description": "World's smartest therapist, free of cost!",
    "version": "0.0.6",
    "icons": {
        "16": "logo\/logo-48.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-256.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Jini Chat: AI Therapist",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "foreground.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "note.mp3",
                "donatefirst.jpg",
                "donatesecond.jpg",
                "481.png",
                "482.png",
                "2561.png",
                "2562.png",
                "rec2.png",
                "rectangle.png",
                "rectangle2.png",
                "refresh.png",
                "down.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}