Typli.Ai

Typli.Ai is an AI-powered writing tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost!

O que é Typli.Ai?

Typli.Ai é uma extensão do Chrome desenvolvida por https://typli.ai, e sua principal característica é "Typli.Ai is an AI-powered writing tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Typli.Ai

Baixe arquivos de extensão Typli.Ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Most intuitive A.I Content tool which combines AI Writing and an SEO Assistant.

Typli.ai is an AI writing tool that can assist you to write quality content in a timely manner and without having to spend a fortune.

With Typli.ai, writing is no longer an undesired and tedious task. 
 
🚀Whether you're looking to write personal emails, create blog posts for your blog, write documents for your clients or prepare product descriptions for your work, Typli.ai helps you express yourself much better.

Not only that, but Typli.ai is also an SEO tool to simplify the optimization of your content for search engines. With clear instructions and easy tasks, you can modify your content score from 0 to 100% easily.

🔮Typli.ai ensures you will never face writer's block again. You can auto-generate fun, original, and high-converting copies in just a few seconds using a variety of writing options available exclusively in Typli.ai. Just pick one, write down some input, and Voila! ... your content is ready!

✍️In addition, Typli.ai offers multiple editing operations to customize your content from raw ideas stacked together, to a polished, customizable piece in no time. You can add images, gifs, change text colors and style, can even embed links and videos... the possibilities are endless.

🔥Typli.ai can help you to:

💡Generate plagiarism-free content in a few seconds.
💡Optimize it for SEO
💡Personalize the number of words you would like to have
💡Generate high-quality and structured content
💡Sound more fluent and original
💡Customize your content with editing tools
💡Use countless writing options to write emails, descriptions, blog posts, marketing content...

We’re constantly working on updates and improvements to make your Typli.ai experience even better. If you have questions or feedback, we would love to hear from you at [email protected]                    

Informações Básicas da Extensão

Nome Typli.Ai Typli.Ai
ID dhhfgcgahkeogalndpamojpnelapegom
URL Oficial https://chromewebstore.google.com/detail/typliai/dhhfgcgahkeogalndpamojpnelapegom
Descrição Typli.Ai is an AI-powered writing tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost!
Tamanho do Arquivo 10.2 MB
Contagem de Instalações 1,034
Versão Atual 0.2.4
Última Atualização 2021-11-25
Data de Publicação 2021-11-25
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor https://typli.ai
Tipo de Pagamento free
Site da Extensão https://typli.ai/
URL da Página de Ajuda https://help.typli.ai/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Typli.Ai",
    "version": "0.2.4",
    "description": "Typli.Ai is an AI-powered writing tool that helps you create high-quality content, in just a few seconds, at a fraction of the cost!",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "login\/login.html",
        "default_title": "contentbox",
        "default_icon": ".\/assets\/logo\/icon.png"
    },
    "icons": {
        "128": ".\/assets\/logo\/icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/typli.ai\/*",
        "storage",
        "notifications"
    ]
}