Typly

*** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…

Typly란 무엇입니까?

Typly은(는) https://typly.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "*** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…"입니다.

확장 프로그램 스크린샷

screenshot

Typly 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *** What is Typly ***
Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative Pre-trained Transformer), ChatGPT, LLaMA and BlenderBot technologies to suggest automatically generated sentences that match the context of the conversation. The app's AI capabilities enable it to understand the nuances of language and generate responses that are appropriate for the context and tone of the conversation.

***What each of us struggles with today***
Nowadays, thousands of news flood us every day. The number of notifications about unread messages is constantly multiplying and we are running out of time to even collect our thoughts for a constructive response.

***How Typly solves the problem***
Typly solves this problem by suggesting automatically generated sentences that match the context of the conversation, allowing you to answer questions or continue the thread with a single click. Thanks to this, you can immediately choose the right answer with the appropriate emotion. What is more, we will diversify the conversation with longer sentences that will make the recipient laugh many times 🤣                    

확장 프로그램 기본 정보

이름 Typly Typly
ID hfnohdnbjedghdiggiimndlcbaendjob
공식 URL https://chromewebstore.google.com/detail/typly/hfnohdnbjedghdiggiimndlcbaendjob
설명 *** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…
파일 크기 34.78 KB
설치 횟수 140
현재 버전 1.0.1
최근 업데이트 2023-04-26
출시 날짜 2023-04-21
평점 3.75/5 총 4 개의 평점
개발자 https://typly.app
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://typly.app/bug
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/37393381/legal?ifr=true&height=800&newmarkup=no
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Typly",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "swal.js"
            ],
            "css": [
                "content.css",
                "swal.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}