Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

Τι είναι το Share CHATGPT - Fast & Easy Chat Sharing;

Το Share CHATGPT - Fast & Easy Chat Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zakaamercury, και η κύρια λειτουργία του είναι "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Share CHATGPT - Fast & Easy Chat Sharing

Λήψη αρχείων επέκτασης Share CHATGPT - Fast & Easy Chat Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        With Share-GPT, sharing your ChatGPT responses with friends has never been easier. Simply click the share button next to the response you want to share or click the "Share full conversation" button to share the entire conversation. Our extension works quickly and is easy to use, allowing you to share your ChatGPT responses one by one or as a full conversation. Get Share-GPT today and start sharing your ChatGPT insights with ease!                    

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

Όνομα Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
Επίσημο URL https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
Περιγραφή Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
Μέγεθος Αρχείου 40.49 KB
Αριθμός Εγκαταστάσεων 541
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-05-24
Ημερομηνία Δημοσίευσης 2023-03-17
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής zakaamercury
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://share-gpt.com/privacy-policy/
Διεύθυνση URL της Σελίδας Βοήθειας https://share-gpt.com/feedback
URL της Σελίδας Πολιτικής Απορρήτου https://linguo.chat/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share CHATGPT - Fast & Easy Chat Sharing",
    "description": "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "myscript.user.js"
            ]
        }
    ]
}