GPTShare

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

¿Qué es GPTShare?

GPTShare es una extensión de Chrome desarrollada por daisuke.sato1991, y su función principal es ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GPTShare

Descarga archivos de extensión GPTShare en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
URL Oficial https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Descripción "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Tamaño del Archivo 7.31 MB
Cantidad de Instalaciones 215
Versión Actual 1.0.0
Última Actualización 2023-04-23
Fecha de Publicación 2023-04-22
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador daisuke.sato1991
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Idiomas Soportados 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"
    }
}