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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🤖 Generate tweets and replies using ChatGPT 4"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Typebar: AI Replies for Twitter, LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}