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文件

下载Typly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *** 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": [
                ""
            ]
        }
    ]
}