GPTShare

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

Wat is GPTShare?

GPTShare is een Chrome-extensie ontwikkeld door daisuke.sato1991, en de belangrijkste functie is ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GPTShare

Download GPTShare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "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.                    

Basisinformatie over de Extensie

Naam GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
Officiële URL https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Beschrijving "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Bestandsgrootte 7.31 MB
Aantal Installaties 215
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-04-23
Publicatiedatum 2023-04-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar daisuke.sato1991
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Ondersteunde Talen 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"
    }
}