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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://twitter.com/dom__inic |
| عنوان صفحة سياسة الخصوصية | 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\/*"
]
} | |