GPTMarker

GPTMarker - Share and save your ChatGPT conversations

Hvad er GPTMarker?

GPTMarker er en Chrome-udvidelse udviklet af https://gptmarker.com, og dens hovedfunktion er "GPTMarker - Share and save your ChatGPT conversations".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GPTMarker-udvidelses-CRX-fil

Download GPTMarker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
Officiel URL https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
Beskrivelse GPTMarker - Share and save your ChatGPT conversations
Filstørrelse 150 KB
Antal Installationer 289
Nuværende Version 1.0.6
Senest Opdateret 2022-12-14
Udgivelsesdato 2022-12-10
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://gptmarker.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.gptmarker.com
Hjælpeside-URL https://www.gptmarker.com/support
URL til Fortrolighedspolitik Side https://www.gptmarker.com/privacy
Understøttede Sprog 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"
    }
}