Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

Was ist Share CHATGPT - Fast & Easy Chat Sharing?

Share CHATGPT - Fast & Easy Chat Sharing ist eine Chrome-Erweiterung, die von zakaamercury entwickelt wurde, und ihr Hauptmerkmal ist "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations".

Erweiterungsscreenshots

screenshot
screenshot

Share CHATGPT - Fast & Easy Chat Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Share CHATGPT - Fast & Easy Chat Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
Offizielle URL https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
Beschreibung Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
Dateigröße 40.49 KB
Installationsanzahl 541
Aktuelle Version 1.1
Letztes Update 2023-05-24
Veröffentlichungsdatum 2023-03-17
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler zakaamercury
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://share-gpt.com/privacy-policy/
Hilfeseite URL https://share-gpt.com/feedback
URL der Datenschutzrichtlinien-Seite https://linguo.chat/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}