ShareGPT: Share your ChatGPT conversations

ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.

Τι είναι το ShareGPT: Share your ChatGPT conversations;

Το ShareGPT: Share your ChatGPT conversations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dom.eccleston, και η κύρια λειτουργία του είναι "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ShareGPT: Share your ChatGPT conversations

Λήψη αρχείων επέκτασης ShareGPT: Share your ChatGPT conversations σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easily share permanent links to ChatGPT conversations with your friends.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ShareGPT: Share your ChatGPT conversations ShareGPT: Share your ChatGPT conversations
ID daiacboceoaocpibfodeljbdfacokfjb
Επίσημο URL https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb
Περιγραφή ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Μέγεθος Αρχείου 56.12 KB
Αριθμός Εγκαταστάσεων 53,990
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-06-16
Ημερομηνία Δημοσίευσης 2022-12-06
Αξιολόγηση 2.83/5 Συνολικά 75 Αξιολογήσεις
Προγραμματιστής dom.eccleston
Ηλεκτρονικό ταχυδρομείο dom.eccleston@vercel.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sharegpt.com
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/dom__inic
URL της Σελίδας Πολιτικής Απορρήτου https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShareGPT: Share your ChatGPT conversations",
    "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Login to ShareGPT",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/sharegpt.com\/*"
    ]
}