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
公式URL 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"
    ]
}