ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Cos'è ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations è un'estensione di Chrome sviluppata da dom.eccleston, e la sua funzione principale è "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShareGPT: Share your ChatGPT conversations
Scarica i file di estensione ShareGPT: Share your ChatGPT conversations 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
Easily share permanent links to ChatGPT conversations with your friends. Informazioni di Base sull'Estensione
| Nome | |
| ID | daiacboceoaocpibfodeljbdfacokfjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
| Descrizione | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
| Dimensione del File | 56.12 KB |
| Conteggio Installazioni | 53,990 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-06-16 |
| Data di Pubblicazione | 2022-12-06 |
| Valutazione | 2.83/5 Totale 75 Valutazioni |
| Sviluppatore | dom.eccleston |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sharegpt.com |
| URL della Pagina di Aiuto | https://twitter.com/dom__inic |
| URL della Pagina della Politica sulla Privacy | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ShareGPT: Share your ChatGPT conversations",
"description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.",
"version": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"default_title": "Login to ShareGPT",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"index.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/sharegpt.com\/*"
]
} | |