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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://typebar.app, και η κύρια λειτουργία του είναι "🤖 Generate tweets and replies using ChatGPT 4".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Typebar: AI Replies for Twitter, LinkedIn

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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": [
                ""
            ]
        }
    ]
}