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\/*"
]
} | |