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!

什麼是Typli.Ai?

Typli.Ai是由https://typli.ai開發的Chrome擴展程式,該擴展的主要功能是“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!”。

擴展截圖

screenshot
screenshot
screenshot

下載Typli.Ai擴展crx文件

下載Typli.Ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Typli.Ai Typli.Ai
ID dhhfgcgahkeogalndpamojpnelapegom
官方網址 https://chromewebstore.google.com/detail/typliai/dhhfgcgahkeogalndpamojpnelapegom
簡介 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!
檔案大小 10.2 MB
安裝次數 1,034
目前版本 0.2.4
更新時間 2021-11-25
上架時間 2021-11-25
評分 3.40/5 共 5 次評分
開發者 https://typli.ai
付費類型 free
擴展官網 https://typli.ai/
說明頁面URL https://help.typli.ai/
支援的語言 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"
    ]
}