ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Vad är ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations är en Chrome-tillägg utvecklad av dom.eccleston, och dess huvudfunktion är "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Tilläggsskärmbilder
Ladda ner ShareGPT: Share your ChatGPT conversations-förlängningens CRX-fil
Ladda ner ShareGPT: Share your ChatGPT conversations-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easily share permanent links to ChatGPT conversations with your friends. Grundläggande Information om Tillägg
| Namn | |
| ID | daiacboceoaocpibfodeljbdfacokfjb |
| Officiell webbadress | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
| Beskrivning | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
| Filstorlek | 56.12 KB |
| Antal Installationer | 53,990 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2023-06-16 |
| Publiceringsdatum | 2022-12-06 |
| Betyg | 2.83/5 Totalt 75 Betyg |
| Utvecklare | dom.eccleston |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://sharegpt.com |
| Hjälpsida URL | https://twitter.com/dom__inic |
| URL till Sekretesspolicy Sidan | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
| Stödda Språk | 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\/*"
]
} | |