Share CHATGPT - Fast & Easy Chat Sharing

Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations

Share CHATGPT - Fast & Easy Chat Sharingคืออะไร?

Share CHATGPT - Fast & Easy Chat Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakaamercury และคุณลักษณะหลักของมันคือ "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share CHATGPT - Fast & Easy Chat Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Share CHATGPT - Fast & Easy Chat Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Share-GPT, sharing your ChatGPT responses with friends has never been easier. Simply click the share button next to the response you want to share or click the "Share full conversation" button to share the entire conversation. Our extension works quickly and is easy to use, allowing you to share your ChatGPT responses one by one or as a full conversation. Get Share-GPT today and start sharing your ChatGPT insights with ease!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Share CHATGPT - Fast & Easy Chat Sharing Share CHATGPT - Fast & Easy Chat Sharing
ID kcgfghnkgpfgdcaedgmabkcijebaicbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-chatgpt-fast-easy-c/kcgfghnkgpfgdcaedgmabkcijebaicbo
คำอธิบาย Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations
ขนาดไฟล์ 40.49 KB
จำนวนการติดตั้ง 541
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2023-03-17
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา zakaamercury
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://share-gpt.com/privacy-policy/
URL หน้าช่วยเหลือ https://share-gpt.com/feedback
URL หน้านโยบายความเป็นส่วนตัว https://linguo.chat/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share CHATGPT - Fast & Easy Chat Sharing",
    "description": "Fast & easy chat sharing. Collaborate seamlessly for enhanced conversations",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "myscript.user.js"
            ]
        }
    ]
}