GPTShare

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

Cos'è GPTShare?

GPTShare è un'estensione di Chrome sviluppata da daisuke.sato1991, e la sua funzione principale è ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPTShare

Scarica i file di estensione GPTShare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
URL Ufficiale https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Descrizione "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Dimensione del File 7.31 MB
Conteggio Installazioni 215
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-04-23
Data di Pubblicazione 2023-04-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore daisuke.sato1991
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Lingue Supportate 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"
    }
}