GPTMarker

GPTMarker - Share and save your ChatGPT conversations

¿Qué es GPTMarker?

GPTMarker es una extensión de Chrome desarrollada por https://gptmarker.com, y su función principal es "GPTMarker - Share and save your ChatGPT conversations".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión GPTMarker

Descarga archivos de extensión GPTMarker 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

                        The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. 

With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. 

Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. 

Give it a try and see how it can help you save and share your conversations with the ChatGPT.                    

Información Básica de la Extensión

Nombre GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
URL Oficial https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
Descripción GPTMarker - Share and save your ChatGPT conversations
Tamaño del Archivo 150 KB
Cantidad de Instalaciones 289
Versión Actual 1.0.6
Última Actualización 2022-12-14
Fecha de Publicación 2022-12-10
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://gptmarker.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.gptmarker.com
URL de la Página de Ayuda https://www.gptmarker.com/support
URL de la Página de Política de Privacidad https://www.gptmarker.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTMarker",
    "author": "Altogic",
    "description": "GPTMarker - Share and save your ChatGPT conversations",
    "version": "1.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}