GPTMarker
GPTMarker - Share and save your ChatGPT conversations
Cos'è GPTMarker?
GPTMarker è un'estensione di Chrome sviluppata da https://gptmarker.com, e la sua funzione principale è "GPTMarker - Share and save your ChatGPT conversations".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GPTMarker
Scarica i file di estensione GPTMarker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GPTMarker |
ID | hckjneemhgakefhinjpngpfjfmonnfod |
URL Ufficiale | https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod |
Descrizione | GPTMarker - Share and save your ChatGPT conversations |
Dimensione del File | 150 KB |
Conteggio Installazioni | 289 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2022-12-14 |
Data di Pubblicazione | 2022-12-10 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://gptmarker.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gptmarker.com |
URL della Pagina di Aiuto | https://www.gptmarker.com/support |
URL della Pagina della Politica sulla Privacy | https://www.gptmarker.com/privacy |
Lingue Supportate | 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" } } |