Typebar: AI Replies for Twitter, LinkedIn

🤖 Generate tweets and replies using ChatGPT 4

Typebar: AI Replies for Twitter, LinkedInとは何ですか?

Typebar: AI Replies for Twitter, LinkedInはhttps://typebar.appによって開発されたChromeの拡張機能で、その主な機能は「🤖 Generate tweets and replies using ChatGPT 4」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Typebar: AI Replies for Twitter, LinkedIn拡張機能のCRXファイルをダウンロード

Typebar: AI Replies for Twitter, LinkedIn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Post on  X (Twitter), LinkedIn, Instagram & Facebook with AI-powered assistant.

Typebar is an extension designed to assist you with composing social media posts and replies.
It seamlessly integrates into the website's UI and uses the latest AI models such as chatGPT and DALL·E  to generate posts and relevant images to make your posts pop.

Some of the main features include:
— Write new posts using ChatGPT-4
— Generate context-aware replies, that take into account not only the post you are replying to but also what is shown in the images attached
— Rewrite your posts in a different tone or simply ask AI to fix mistakes
— Generate images with DALL·E 2 and DALL·E 3
— Works in X (Twitter), Instagram, Facebook and LinkedIn
— Supports over 50 languages                    

拡張機能の基本情報

名前 Typebar: AI Replies for Twitter, LinkedIn Typebar: AI Replies for Twitter, LinkedIn
ID lkjblpoingopdeaofcaapmeoojjjnhnc
公式URL https://chromewebstore.google.com/detail/typebar-ai-replies-for-tw/lkjblpoingopdeaofcaapmeoojjjnhnc
説明 🤖 Generate tweets and replies using ChatGPT 4
ファイルサイズ 2.13 MB
インストール数 11,882
現在のバージョン 3.3.5
最終更新日 2024-02-03
公開日 2022-12-24
評価 3.87/5 合計 30 レビュー
開発者 https://typebar.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://typebar.app
ヘルプページのURL https://x.com/typebar_app
プライバシーポリシーページのURL https://typebar.app/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typebar: AI Replies for Twitter, LinkedIn",
    "manifest_version": 3,
    "version": "3.3.5",
    "description": "\ud83e\udd16 Generate tweets and replies using ChatGPT 4",
    "options_page": "assets\/settings.html",
    "action": [],
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/popup.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}