Typly

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

¿Qué es Typly?

Typly es una extensión de Chrome desarrollada por https://typly.app, y su función principal es "*** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Typly

Descarga archivos de extensión Typly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Typly Typly
ID hfnohdnbjedghdiggiimndlcbaendjob
URL Oficial https://chromewebstore.google.com/detail/typly/hfnohdnbjedghdiggiimndlcbaendjob
Descripción *** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…
Tamaño del Archivo 34.78 KB
Cantidad de Instalaciones 140
Versión Actual 1.0.1
Última Actualización 2023-04-26
Fecha de Publicación 2023-04-21
Calificación 3.75/5 Total de 4 Calificaciones
Desarrollador https://typly.app
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://typly.app/bug
URL de la Página de Política de Privacidad https://www.iubenda.com/privacy-policy/37393381/legal?ifr=true&height=800&newmarkup=no
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}