GPTShare

"Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…

Qu'est-ce que GPTShare ?

GPTShare est une extension Chrome développée par daisuke.sato1991, et sa fonction principale est ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GPTShare

Téléchargez les fichiers d'extension GPTShare 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

                        "Embrace the future of sharing with ChatGPT"

The Chrome extension designed to simplify sharing your ChatGPT conversations. Say goodbye to the hassle of taking screenshots or dealing with copy-paste!

With just a single click, you can generate a link to share with others. It's easy, efficient, and completely free to use.                    

Informations de Base sur l'Extension

Nom GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
URL Officiel https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Description "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Taille du Fichier 7.31 MB
Nombre d'Installations 215
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-04-23
Date de Publication 2023-04-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur daisuke.sato1991
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "GPTShare",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}