GPTMarker
GPTMarker - Share and save your ChatGPT conversations
GPTMarkerคืออะไร?
GPTMarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gptmarker.com และคุณลักษณะหลักของมันคือ "GPTMarker - Share and save your ChatGPT conversations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPTMarker
ดาวน์โหลดไฟล์ส่วนขยาย GPTMarker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. Give it a try and see how it can help you save and share your conversations with the ChatGPT.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GPTMarker |
ID | hckjneemhgakefhinjpngpfjfmonnfod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod |
คำอธิบาย | GPTMarker - Share and save your ChatGPT conversations |
ขนาดไฟล์ | 150 KB |
จำนวนการติดตั้ง | 289 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2022-12-14 |
วันที่เผยแพร่ | 2022-12-10 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://gptmarker.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gptmarker.com |
URL หน้าช่วยเหลือ | https://www.gptmarker.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gptmarker.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPTMarker", "author": "Altogic", "description": "GPTMarker - Share and save your ChatGPT conversations", "version": "1.0.6", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png", "256": "images\/256.png" } } |