GPTMarker

GPTMarker - Share and save your ChatGPT conversations

O que é GPTMarker?

GPTMarker é uma extensão do Chrome desenvolvida por https://gptmarker.com, e sua principal característica é "GPTMarker - Share and save your ChatGPT conversations".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GPTMarker

Baixe arquivos de extensão GPTMarker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
URL Oficial https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
Descrição GPTMarker - Share and save your ChatGPT conversations
Tamanho do Arquivo 150 KB
Contagem de Instalações 289
Versão Atual 1.0.6
Última Atualização 2022-12-14
Data de Publicação 2022-12-10
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://gptmarker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gptmarker.com
URL da Página de Ajuda https://www.gptmarker.com/support
URL da Página de Política de Privacidade https://www.gptmarker.com/privacy
Idiomas Suportados 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"
    }
}