ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Wat is ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations is een Chrome-extensie ontwikkeld door dom.eccleston, en de belangrijkste functie is "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie ShareGPT: Share your ChatGPT conversations
Download ShareGPT: Share your ChatGPT conversations-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily share permanent links to ChatGPT conversations with your friends. Basisinformatie over de Extensie
| Naam | |
| ID | daiacboceoaocpibfodeljbdfacokfjb |
| Officiële URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
| Beschrijving | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
| Bestandsgrootte | 56.12 KB |
| Aantal Installaties | 53,990 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2023-06-16 |
| Publicatiedatum | 2022-12-06 |
| Beoordeling | 2.83/5 Totaal 75 Beoordelingen |
| Ontwikkelaar | dom.eccleston |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sharegpt.com |
| Help Pagina-URL | https://twitter.com/dom__inic |
| URL van de Privacybeleid Pagina | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
| Ondersteunde Talen | 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\/*"
]
} | |