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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}