ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Что такое ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations - это расширение Chrome, разработанное dom.eccleston, и его основная функция - "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Снимки экрана расширения
Скачать файл CRX расширения ShareGPT: Share your ChatGPT conversations
Скачайте файлы расширений ShareGPT: Share your ChatGPT conversations в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easily share permanent links to ChatGPT conversations with your friends. Основная информация о расширении
| Название | |
| ID | daiacboceoaocpibfodeljbdfacokfjb |
| Официальный URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
| Описание | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
| Размер файла | 56.12 KB |
| Количество установок | 53,990 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2023-06-16 |
| Дата публикации | 2022-12-06 |
| Рейтинг | 2.83/5 Всего 75 оценок |
| Разработчик | dom.eccleston |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://sharegpt.com |
| URL страницы помощи | https://twitter.com/dom__inic |
| URL страницы политики конфиденциальности | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
| Поддерживаемые языки | 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\/*"
]
} | |