GPTMarker
GPTMarker - Share and save your ChatGPT conversations
Was ist GPTMarker?
GPTMarker ist eine Chrome-Erweiterung, die von https://gptmarker.com entwickelt wurde, und ihr Hauptmerkmal ist "GPTMarker - Share and save your ChatGPT conversations".
Erweiterungsscreenshots
GPTMarker-Erweiterungs-CRX-Datei herunterladen
Laden Sie GPTMarker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GPTMarker |
ID | hckjneemhgakefhinjpngpfjfmonnfod |
Offizielle URL | https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod |
Beschreibung | GPTMarker - Share and save your ChatGPT conversations |
Dateigröße | 150 KB |
Installationsanzahl | 289 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2022-12-14 |
Veröffentlichungsdatum | 2022-12-10 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://gptmarker.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gptmarker.com |
Hilfeseite URL | https://www.gptmarker.com/support |
URL der Datenschutzrichtlinien-Seite | https://www.gptmarker.com/privacy |
Unterstützte Sprachen | 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" } } |