GPTMarker
GPTMarker - Share and save your ChatGPT conversations
Qu'est-ce que GPTMarker ?
GPTMarker est une extension Chrome développée par https://gptmarker.com, et sa fonction principale est "GPTMarker - Share and save your ChatGPT conversations".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GPTMarker
Téléchargez les fichiers d'extension GPTMarker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GPTMarker |
ID | hckjneemhgakefhinjpngpfjfmonnfod |
URL Officiel | https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod |
Description | GPTMarker - Share and save your ChatGPT conversations |
Taille du Fichier | 150 KB |
Nombre d'Installations | 289 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2022-12-14 |
Date de Publication | 2022-12-10 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://gptmarker.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gptmarker.com |
URL de la Page d'Aide | https://www.gptmarker.com/support |
URL de la Page de Politique de Confidentialité | https://www.gptmarker.com/privacy |
Langues Prises en Charge | 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" } } |