Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

Qu'est-ce que Share CHATGPT - Fast & Easy Chat Sharing ?

Share CHATGPT - Fast & Easy Chat Sharing est une extension Chrome développée par zakaamercury, et sa fonction principale est "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Share CHATGPT - Fast & Easy Chat Sharing

Téléchargez les fichiers d'extension Share CHATGPT - Fast & Easy Chat Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
URL Officiel https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
Description Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
Taille du Fichier 40.49 KB
Nombre d'Installations 541
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-24
Date de Publication 2023-03-17
Évaluation 3.50/5 Total 2 Évaluations
Développeur zakaamercury
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://share-gpt.com/privacy-policy/
URL de la Page d'Aide https://share-gpt.com/feedback
URL de la Page de Politique de Confidentialité https://linguo.chat/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}