ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Was ist ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations ist eine Chrome-Erweiterung, die von dom.eccleston entwickelt wurde, und ihr Hauptmerkmal ist "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Erweiterungsscreenshots
ShareGPT: Share your ChatGPT conversations-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShareGPT: Share your ChatGPT conversations-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
Easily share permanent links to ChatGPT conversations with your friends. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | daiacboceoaocpibfodeljbdfacokfjb |
| Offizielle URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
| Beschreibung | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
| Dateigröße | 56.12 KB |
| Installationsanzahl | 53,990 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2023-06-16 |
| Veröffentlichungsdatum | 2022-12-06 |
| Bewertung | 2.83/5 Insgesamt 75 Bewertungen |
| Entwickler | dom.eccleston |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://sharegpt.com |
| Hilfeseite URL | https://twitter.com/dom__inic |
| URL der Datenschutzrichtlinien-Seite | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
| Unterstützte Sprachen | 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\/*"
]
} | |