Typly

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

Co je Typly?

Typly je rozšíření Chrome vyvinuté https://typly.app, a jeho hlavní funkcí je „*** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Typly

Stáhněte si soubory rozšíření Typly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Typly Typly
ID hfnohdnbjedghdiggiimndlcbaendjob
Oficiální URL https://chromewebstore.google.com/detail/typly/hfnohdnbjedghdiggiimndlcbaendjob
Popis *** What is Typly *** Typly is an advanced AI writing assistant that leverages Large Language Models like GPT (Generative…
Velikost souboru 34.78 KB
Počet instalací 140
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-04-26
Datum Vydání 2023-04-21
Hodnocení 3.75/5 Celkem 4 Hodnocení
Vývojář https://typly.app
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://typly.app/bug
URL Stránky Zásad Ochrany Soukromí https://www.iubenda.com/privacy-policy/37393381/legal?ifr=true&height=800&newmarkup=no
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}