Typly

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

Typly là gì?

Typly là một tiện ích mở rộng Chrome được phát triển bởi https://typly.app, và tính năng chính của nó là "*** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Typly

Tải xuống các tệp mở rộng Typly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *** 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 🤣                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Typly Typly
ID hfnohdnbjedghdiggiimndlcbaendjob
URL Chính Thức https://chromewebstore.google.com/detail/typly/hfnohdnbjedghdiggiimndlcbaendjob
Mô tả *** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…
Kích Thước Tệp 34.78 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-04-21
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://typly.app
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://typly.app/bug
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/37393381/legal?ifr=true&height=800&newmarkup=no
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}